#include <BowsersCastle.h>
|
| | BowsersCastle () |
| |
| virtual void | Load () override |
| |
| void | SpawnStockThwomp () |
| |
| virtual void | BeginPlay () override |
| |
| virtual void | InitTrackObjects () override |
| |
| virtual void | TickTrackObjects () override |
| |
| virtual void | DrawTrackObjects (s32 cameraId) 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 | Waypoints (Player *, int8_t) override |
| |
| virtual void | DrawTransparency (ScreenContext *screen, uint16_t pathCounter, uint16_t cameraRot, uint16_t playerDirection) |
| |
| virtual void | CreditsSpawnActors () override |
| |
| virtual void | Destroy () override |
| |
◆ BowsersCastle()
| BowsersCastle::BowsersCastle |
( |
| ) |
|
|
explicit |
◆ BeginPlay()
| void BowsersCastle::BeginPlay |
( |
| ) |
|
|
overridevirtual |
◆ CreditsSpawnActors()
| void BowsersCastle::CreditsSpawnActors |
( |
| ) |
|
|
overridevirtual |
◆ Destroy()
| void BowsersCastle::Destroy |
( |
| ) |
|
|
overridevirtual |
◆ Draw()
◆ DrawCredits()
| void BowsersCastle::DrawCredits |
( |
| ) |
|
|
overridevirtual |
◆ DrawTrackObjects()
| void BowsersCastle::DrawTrackObjects |
( |
s32 | cameraId | ) |
|
|
overridevirtual |
◆ DrawTransparency()
| void BowsersCastle::DrawTransparency |
( |
ScreenContext * | screen, |
|
|
uint16_t | pathCounter, |
|
|
uint16_t | cameraRot, |
|
|
uint16_t | playerDirection ) |
|
virtual |
◆ InitTrackObjects()
| void BowsersCastle::InitTrackObjects |
( |
| ) |
|
|
overridevirtual |
◆ Load()
| void BowsersCastle::Load |
( |
| ) |
|
|
overridevirtual |
◆ SomeCollisionThing()
| void BowsersCastle::SomeCollisionThing |
( |
Player * | player, |
|
|
Vec3f | arg1, |
|
|
Vec3f | arg2, |
|
|
Vec3f | arg3, |
|
|
f32 * | arg4, |
|
|
f32 * | arg5, |
|
|
f32 * | arg6, |
|
|
f32 * | arg7 ) |
|
overridevirtual |
◆ SomeSounds()
| void BowsersCastle::SomeSounds |
( |
| ) |
|
|
overridevirtual |
◆ SpawnStockThwomp()
| void BowsersCastle::SpawnStockThwomp |
( |
| ) |
|
◆ TickTrackObjects()
| void BowsersCastle::TickTrackObjects |
( |
| ) |
|
|
overridevirtual |
◆ Waypoints()
| void BowsersCastle::Waypoints |
( |
Player * | player, |
|
|
int8_t | playerId ) |
|
overridevirtual |
◆ WhatDoesThisDo()
| void BowsersCastle::WhatDoesThisDo |
( |
Player * | player, |
|
|
int8_t | playerId ) |
|
overridevirtual |
◆ WhatDoesThisDoAI()
| void BowsersCastle::WhatDoesThisDoAI |
( |
Player * | player, |
|
|
int8_t | playerId ) |
|
overridevirtual |
The documentation for this class was generated from the following files: