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

#include <ChocoMountain.h>

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

Public Member Functions

virtual ~ChocoMountain ()=default
 
 ChocoMountain ()
 
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 SomeCollisionThing (Player *player, Vec3f arg1, Vec3f arg2, Vec3f arg3, f32 *arg4, f32 *arg5, f32 *arg6, f32 *arg7) override
 
virtual void Destroy () override
 

Constructor & Destructor Documentation

◆ ~ChocoMountain()

virtual ChocoMountain::~ChocoMountain ( )
virtualdefault

◆ ChocoMountain()

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

Member Function Documentation

◆ BeginPlay()

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

◆ Destroy()

void ChocoMountain::Destroy ( )
overridevirtual

◆ Draw()

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

◆ DrawCredits()

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

◆ InitTrackObjects()

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

◆ Load()

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

◆ SomeCollisionThing()

void ChocoMountain::SomeCollisionThing ( Player * player,
Vec3f arg1,
Vec3f arg2,
Vec3f arg3,
f32 * arg4,
f32 * arg5,
f32 * arg6,
f32 * arg7 )
overridevirtual
Here is the call graph for this function:

◆ SomeSounds()

void ChocoMountain::SomeSounds ( )
overridevirtual
Here is the call graph for this function:

◆ UnLoad()

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

◆ WhatDoesThisDo()

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

◆ WhatDoesThisDoAI()

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

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