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

#include <LuigiRaceway.h>

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

Public Member Functions

 LuigiRaceway ()
 
virtual void Load () 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 SetStaffGhost () 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
 

Private Member Functions

void CopyJumbotron (s32 ulx, s32 uly, s16 portionToDraw, u16 *source)
 

Constructor & Destructor Documentation

◆ LuigiRaceway()

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

Member Function Documentation

◆ BeginPlay()

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

◆ CopyJumbotron()

void LuigiRaceway::CopyJumbotron ( s32 ulx,
s32 uly,
s16 portionToDraw,
u16 * source )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Draw()

void LuigiRaceway::Draw ( ScreenContext * arg0)
overridevirtual

The jumbo television screen used to be split into six sections to fit into the n64's texture size restrictions It isn't split into six sections anymore

Here is the call graph for this function:

◆ DrawCredits()

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

◆ InitTrackObjects()

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

◆ Load()

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

◆ SetStaffGhost()

void LuigiRaceway::SetStaffGhost ( )
overridevirtual
Here is the call graph for this function:

◆ SomeCollisionThing()

void LuigiRaceway::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 LuigiRaceway::SomeSounds ( )
overridevirtual
Here is the call graph for this function:

◆ WhatDoesThisDo()

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

◆ WhatDoesThisDoAI()

void LuigiRaceway::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: