|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| StageSwitchCtrl (const JMapInfoIter &) | |
| void | onSwitchA () |
| void | offSwitchA () |
| bool | isOnSwitchA () const |
| bool | isValidSwitchA () const |
| void | onSwitchB () |
| void | offSwitchB () |
| bool | isOnSwitchB () const |
| bool | isValidSwitchB () const |
| bool | isOnSwitchAppear () const |
| bool | isValidSwitchAppear () const |
| void | onSwitchDead () |
| void | offSwitchDead () |
| bool | isValidSwitchDead () const |
| bool | isOnAllSwitchAfterB (int) const |
| bool | isOnAnyOneSwitchAfterB (int) const |
Public Attributes | |
| SwitchIdInfo * | mSW_A |
| SwitchIdInfo * | mSW_B |
| SwitchIdInfo * | mSW_Appear |
| SwitchIdInfo * | mSW_Dead |
Definition at line 66 of file StageSwitch.hpp.
| StageSwitchCtrl::StageSwitchCtrl | ( | const JMapInfoIter & | rIter | ) |
Definition at line 220 of file StageSwitch.cpp.
| void StageSwitchCtrl::onSwitchA | ( | ) |
Definition at line 78 of file StageSwitch.cpp.
| void StageSwitchCtrl::offSwitchA | ( | ) |
Definition at line 82 of file StageSwitch.cpp.
| bool StageSwitchCtrl::isOnSwitchA | ( | ) | const |
Definition at line 86 of file StageSwitch.cpp.
| bool StageSwitchCtrl::isValidSwitchA | ( | ) | const |
Definition at line 90 of file StageSwitch.cpp.
| void StageSwitchCtrl::onSwitchB | ( | ) |
Definition at line 94 of file StageSwitch.cpp.
| void StageSwitchCtrl::offSwitchB | ( | ) |
Definition at line 98 of file StageSwitch.cpp.
| bool StageSwitchCtrl::isOnSwitchB | ( | ) | const |
Definition at line 102 of file StageSwitch.cpp.
| bool StageSwitchCtrl::isValidSwitchB | ( | ) | const |
Definition at line 106 of file StageSwitch.cpp.
| bool StageSwitchCtrl::isOnSwitchAppear | ( | ) | const |
Definition at line 110 of file StageSwitch.cpp.
| bool StageSwitchCtrl::isValidSwitchAppear | ( | ) | const |
Definition at line 114 of file StageSwitch.cpp.
| void StageSwitchCtrl::onSwitchDead | ( | ) |
Definition at line 118 of file StageSwitch.cpp.
| void StageSwitchCtrl::offSwitchDead | ( | ) |
Definition at line 122 of file StageSwitch.cpp.
| bool StageSwitchCtrl::isValidSwitchDead | ( | ) | const |
Definition at line 126 of file StageSwitch.cpp.
| SwitchIdInfo* StageSwitchCtrl::mSW_A |
Definition at line 86 of file StageSwitch.hpp.
| SwitchIdInfo* StageSwitchCtrl::mSW_B |
Definition at line 87 of file StageSwitch.hpp.
| SwitchIdInfo* StageSwitchCtrl::mSW_Appear |
Definition at line 88 of file StageSwitch.hpp.
| SwitchIdInfo* StageSwitchCtrl::mSW_Dead |
Definition at line 89 of file StageSwitch.hpp.