|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | movement () |
| void | initData () |
| void | loadLightPlayer () const |
| void | loadLightCoin () const |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| 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 | |
| u32 | _C |
| LightDataHolder * | mHolder |
| LightZoneDataHolder * | mZoneHolder |
| u32 | _18 |
| u32 | _1C |
| LightPointCtrl * | mPointCtrl |
| ResourceHolder * | mResourceHolder |
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 9 of file LightDirector.hpp.
|
virtual |
Definition at line 23 of file LightDirector.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 5 of file LightDirector.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 19 of file LightDirector.cpp.
| void LightDirector::loadLightCoin | ( | ) | const |
Definition at line 15 of file LightDirector.cpp.
| u32 LightDirector::_C |
Definition at line 21 of file LightDirector.hpp.
| LightDataHolder* LightDirector::mHolder |
Definition at line 22 of file LightDirector.hpp.
| LightZoneDataHolder* LightDirector::mZoneHolder |
Definition at line 23 of file LightDirector.hpp.
| u32 LightDirector::_18 |
Definition at line 24 of file LightDirector.hpp.
| u32 LightDirector::_1C |
Definition at line 25 of file LightDirector.hpp.
| LightPointCtrl* LightDirector::mPointCtrl |
Definition at line 26 of file LightDirector.hpp.
| ResourceHolder* LightDirector::mResourceHolder |
Definition at line 27 of file LightDirector.hpp.