|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| virtual void | initAfterPlacement () |
| virtual void | movement () |
| void | updateController () |
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 | 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 | |
| MR::Vector< MR::AssignableArray< ShadowController * > > | _C |
| MR::Vector< MR::AssignableArray< ShadowController * > > | _18 |
| bool | _24 |
| f32 | mFarClip |
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 28 of file ShadowController.hpp.
| ShadowControllerHolder::ShadowControllerHolder | ( | ) |
Definition at line 4 of file ShadowController.cpp.
|
virtual |
Definition at line 341 of file ShadowController.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 19 of file ShadowController.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 15 of file ShadowController.cpp.
| void ShadowControllerHolder::updateController | ( | ) |
Definition at line 28 of file ShadowController.cpp.
| MR::Vector<MR::AssignableArray<ShadowController*> > ShadowControllerHolder::_C |
Definition at line 38 of file ShadowController.hpp.
| MR::Vector<MR::AssignableArray<ShadowController*> > ShadowControllerHolder::_18 |
Definition at line 39 of file ShadowController.hpp.
| bool ShadowControllerHolder::_24 |
Definition at line 40 of file ShadowController.hpp.
| f32 ShadowControllerHolder::mFarClip |
Definition at line 41 of file ShadowController.hpp.