|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| ArrowSwitchTarget (const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | initAfterPlacement () |
| void | onTarget () |
| void | offTarget () |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| 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 | |
| JMapIdInfo * | mJMapIDInfo |
| StageSwitchCtrl * | mStageSwitchCtrl |
| s32 | mTargetIdx |
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 5 of file ArrowSwitchMulti.hpp.
| ArrowSwitchTarget::ArrowSwitchTarget | ( | const char * | pName | ) |
Definition at line 5 of file ArrowSwitchMulti.cpp.
|
virtual |
Definition at line 167 of file ArrowSwitchMulti.cpp.
|
virtual |
Intializes the NameObj and can set various settings and construct necessary classes.
| rIter | A reference to the JMapInfoIter that supplies BCSV information. |
Reimplemented from NameObj.
Definition at line 12 of file ArrowSwitchMulti.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 20 of file ArrowSwitchMulti.cpp.
| void ArrowSwitchTarget::onTarget | ( | ) |
Definition at line 24 of file ArrowSwitchMulti.cpp.
| void ArrowSwitchTarget::offTarget | ( | ) |
Definition at line 34 of file ArrowSwitchMulti.cpp.
| JMapIdInfo* ArrowSwitchTarget::mJMapIDInfo |
Definition at line 16 of file ArrowSwitchMulti.hpp.
| StageSwitchCtrl* ArrowSwitchTarget::mStageSwitchCtrl |
Definition at line 17 of file ArrowSwitchMulti.hpp.
| s32 ArrowSwitchTarget::mTargetIdx |
Definition at line 18 of file ArrowSwitchMulti.hpp.