Mario Kart 64
Loading...
Searching...
No Matches
KalimariDesert Class Reference

#include <KalimariDesert.h>

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

Public Member Functions

virtual ~KalimariDesert ()=default
 
 KalimariDesert ()
 
virtual void Load () override
 
virtual void UnLoad () override
 
virtual void BeginPlay () override
 
virtual void InitTrackObjects () 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 _numTrains = 2
 
size_t _numCarriages = 5
 
ATrain::TenderStatus _tender = ATrain::TenderStatus::HAS_TENDER
 

Constructor & Destructor Documentation

◆ ~KalimariDesert()

virtual KalimariDesert::~KalimariDesert ( )
virtualdefault

◆ KalimariDesert()

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

Member Function Documentation

◆ BeginPlay()

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

◆ Destroy()

void KalimariDesert::Destroy ( )
overridevirtual

◆ Draw()

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

◆ DrawCredits()

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

◆ InitTrackObjects()

void KalimariDesert::InitTrackObjects ( )
overridevirtual
Here is the call graph for this function:

◆ Load()

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

◆ SomeSounds()

void KalimariDesert::SomeSounds ( )
overridevirtual

◆ UnLoad()

void KalimariDesert::UnLoad ( )
overridevirtual
Here is the call graph for this function:

◆ WhatDoesThisDo()

void KalimariDesert::WhatDoesThisDo ( Player * player,
int8_t playerId )
overridevirtual

◆ WhatDoesThisDoAI()

void KalimariDesert::WhatDoesThisDoAI ( Player * player,
int8_t playerId )
overridevirtual

Field Documentation

◆ _numCarriages

size_t KalimariDesert::_numCarriages = 5
private

◆ _numTrains

size_t KalimariDesert::_numTrains = 2
private

◆ _tender

ATrain::TenderStatus KalimariDesert::_tender = ATrain::TenderStatus::HAS_TENDER
private

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