|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| CoinRotater (const char *) | |
| virtual void | movement () |
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 | |
| f32 | _C |
| f32 | _10 |
| f32 | _14 |
| TMtx34f | mRotateYMtx |
| TMtx34f | mHiSpeedRotateYMtx |
| TMtx34f | mWaterRotateMtx |
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 6 of file CoinRotater.hpp.
| CoinRotater::CoinRotater | ( | const char * | pName | ) |
Definition at line 7 of file CoinRotater.cpp.
|
virtual |
Definition at line 56 of file CoinRotater.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 19 of file CoinRotater.cpp.
| f32 CoinRotater::_C |
Definition at line 13 of file CoinRotater.hpp.
| f32 CoinRotater::_10 |
Definition at line 14 of file CoinRotater.hpp.
| f32 CoinRotater::_14 |
Definition at line 15 of file CoinRotater.hpp.
| TMtx34f CoinRotater::mRotateYMtx |
Definition at line 16 of file CoinRotater.hpp.
| TMtx34f CoinRotater::mHiSpeedRotateYMtx |
Definition at line 17 of file CoinRotater.hpp.
| TMtx34f CoinRotater::mWaterRotateMtx |
Definition at line 18 of file CoinRotater.hpp.