|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| virtual void | movement () |
| void | requestStopScene (s32) |
| void | requestStopSceneDelay (s32, s32) |
| bool | isSceneStopped () const |
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 | 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 | |
| NameObjGroup * | mDelayRequests |
| s32 | _10 |
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 17 of file StopSceneController.hpp.
| StopSceneController::StopSceneController | ( | ) |
Definition at line 10 of file StopSceneController.cpp.
|
virtual |
Definition at line 60 of file StopSceneController.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 46 of file StopSceneController.cpp.
| bool StopSceneController::isSceneStopped | ( | ) | const |
Definition at line 52 of file StopSceneController.cpp.
| NameObjGroup* StopSceneController::mDelayRequests |
Definition at line 28 of file StopSceneController.hpp.
| s32 StopSceneController::_10 |
Definition at line 29 of file StopSceneController.hpp.