|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| void | captureIfAllow () |
| void | activate () |
| void | deactivate () |
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 | 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 | |
| bool | mIsActive |
| u8 | _D [3] |
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 ScreenPreserver.hpp.
| ScreenPreserver::ScreenPreserver | ( | ) |
Definition at line 4 of file ScreenPreserver.cpp.
|
virtual |
Definition at line 33 of file ScreenPreserver.cpp.
|
virtual |
Draws the object. Does nothing until overridden.
Reimplemented from NameObj.
| void ScreenPreserver::captureIfAllow | ( | ) |
Definition at line 12 of file ScreenPreserver.cpp.
| void ScreenPreserver::activate | ( | ) |
Definition at line 19 of file ScreenPreserver.cpp.
| void ScreenPreserver::deactivate | ( | ) |
Definition at line 26 of file ScreenPreserver.cpp.
| bool ScreenPreserver::mIsActive |
Definition at line 16 of file ScreenPreserver.hpp.
| u8 ScreenPreserver::_D[3] |
Definition at line 17 of file ScreenPreserver.hpp.