SpaghettiKart
Loading...
Searching...
No Matches
ToadsTurnpike Class Reference

#include <ToadsTurnpike.h>

Inheritance diagram for ToadsTurnpike:
[legend]
Collaboration diagram for ToadsTurnpike:
[legend]

Public Member Functions

 ToadsTurnpike ()
 
virtual void Load () override
 
virtual void BeginPlay () override
 
virtual void SomeSounds () override
 
virtual void WhatDoesThisDo (Player *player, int8_t playerId) override
 
virtual void WhatDoesThisDoAI (Player *player, int8_t playerId) override
 
virtual void Draw (ScreenContext *) override
 
virtual void DrawCredits () override
 
virtual void Destroy () override
 

Private Attributes

size_t _numTrucks = 7
 
size_t _numBuses = 7
 
size_t _numTankerTrucks = 7
 
size_t _numCars = 7
 

Constructor & Destructor Documentation

◆ ToadsTurnpike()

ToadsTurnpike::ToadsTurnpike ( )
explicit
Here is the call graph for this function:

Member Function Documentation

◆ BeginPlay()

void ToadsTurnpike::BeginPlay ( )
overridevirtual
Here is the call graph for this function:

◆ Destroy()

void ToadsTurnpike::Destroy ( )
overridevirtual

◆ Draw()

void ToadsTurnpike::Draw ( ScreenContext * arg0)
overridevirtual
Here is the call graph for this function:

◆ DrawCredits()

void ToadsTurnpike::DrawCredits ( )
overridevirtual
Here is the call graph for this function:

◆ Load()

void ToadsTurnpike::Load ( )
overridevirtual
Here is the call graph for this function:

◆ SomeSounds()

void ToadsTurnpike::SomeSounds ( )
overridevirtual

◆ WhatDoesThisDo()

void ToadsTurnpike::WhatDoesThisDo ( Player * player,
int8_t playerId )
overridevirtual
Here is the call graph for this function:

◆ WhatDoesThisDoAI()

void ToadsTurnpike::WhatDoesThisDoAI ( Player * player,
int8_t playerId )
overridevirtual
Here is the call graph for this function:

Field Documentation

◆ _numBuses

size_t ToadsTurnpike::_numBuses = 7
private

◆ _numCars

size_t ToadsTurnpike::_numCars = 7
private

◆ _numTankerTrucks

size_t ToadsTurnpike::_numTankerTrucks = 7
private

◆ _numTrucks

size_t ToadsTurnpike::_numTrucks = 7
private

The documentation for this class was generated from the following files: