|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Classes | |
| struct | ContainerSwitch |
Public Member Functions | |
| void | createAndAddZone (const SwitchIdInfo &) |
| ZoneSwitch * | getZoneSwitch (const SwitchIdInfo &) |
| ZoneSwitch * | findZoneSwitchFromTable (const SwitchIdInfo &) |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | init (const JMapInfoIter &rIter) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | initAfterPlacement () |
| virtual void | movement () |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| virtual void | calcAnim () |
| virtual void | calcViewAndEntry () |
| void | initWithoutIter () |
| Initializes a NameObj without a JMapInfoIter instance. | |
| void | setName (const char *pName) |
| Sets the NameObj's mName. | |
| void | executeMovement () |
| void | requestSuspend () |
| void | requestResume () |
| void | syncWithFlags () |
Public Attributes | |
| ContainerSwitch | mSwitches [20] |
| s32 | mCount |
| ZoneSwitch * | mGlobalSwitches |
Public Attributes inherited from NameObj | |
| const char * | mName |
| A string to identify the NameObj. | |
| volatile u16 | mFlags |
| Flags in relation to movement. | |
| s16 | mExecutorIdx |
| The index into the NameObjExecuteInfo array. | |
Definition at line 38 of file StageSwitch.hpp.
| StageSwitchContainer::StageSwitchContainer | ( | ) |
Definition at line 215 of file StageSwitch.cpp.
|
virtual |
Definition at line 211 of file StageSwitch.cpp.
| void StageSwitchContainer::createAndAddZone | ( | const SwitchIdInfo & | rInfo | ) |
Definition at line 45 of file StageSwitch.cpp.
| ZoneSwitch * StageSwitchContainer::getZoneSwitch | ( | const SwitchIdInfo & | rInfo | ) |
Definition at line 57 of file StageSwitch.cpp.
| ZoneSwitch * StageSwitchContainer::findZoneSwitchFromTable | ( | const SwitchIdInfo & | rInfo | ) |
Definition at line 65 of file StageSwitch.cpp.
| ContainerSwitch StageSwitchContainer::mSwitches[20] |
Definition at line 53 of file StageSwitch.hpp.
| s32 StageSwitchContainer::mCount |
Definition at line 54 of file StageSwitch.hpp.
| ZoneSwitch* StageSwitchContainer::mGlobalSwitches |
Definition at line 55 of file StageSwitch.hpp.