|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| BigBubbleMoveLimitter (const char *, s32) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| BigBubbleMoveLimitter * | limitPosition (TVec3f *, f32) const |
| BigBubbleMoveLimitter * | limitVelocity (TVec3f *, const TVec3f &, f32) |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | initAfterPlacement () |
| virtual void | movement () |
| 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 | |
| s32 | _C |
| TVec3f | _10 |
| TVec3f | _1C |
| TVec3f | _28 |
| TVec3f | _34 |
| TVec3f | _40 |
| f32 | _4C |
| f32 | _50 |
| f32 | _54 |
| f32 | _58 |
| s32 | _5C |
| s32 | _60 |
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 BigBubbleMoveLimitter.hpp.
| BigBubbleMoveLimitter::BigBubbleMoveLimitter | ( | const char * | pName, |
| s32 | a2 ) |
Definition at line 3 of file BigBubbleMoveLimitter.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.
| s32 BigBubbleMoveLimitter::_C |
Definition at line 16 of file BigBubbleMoveLimitter.hpp.
| TVec3f BigBubbleMoveLimitter::_10 |
Definition at line 17 of file BigBubbleMoveLimitter.hpp.
| TVec3f BigBubbleMoveLimitter::_1C |
Definition at line 18 of file BigBubbleMoveLimitter.hpp.
| TVec3f BigBubbleMoveLimitter::_28 |
Definition at line 19 of file BigBubbleMoveLimitter.hpp.
| TVec3f BigBubbleMoveLimitter::_34 |
Definition at line 20 of file BigBubbleMoveLimitter.hpp.
| TVec3f BigBubbleMoveLimitter::_40 |
Definition at line 21 of file BigBubbleMoveLimitter.hpp.
| f32 BigBubbleMoveLimitter::_4C |
Definition at line 22 of file BigBubbleMoveLimitter.hpp.
| f32 BigBubbleMoveLimitter::_50 |
Definition at line 23 of file BigBubbleMoveLimitter.hpp.
| f32 BigBubbleMoveLimitter::_54 |
Definition at line 24 of file BigBubbleMoveLimitter.hpp.
| f32 BigBubbleMoveLimitter::_58 |
Definition at line 25 of file BigBubbleMoveLimitter.hpp.
| s32 BigBubbleMoveLimitter::_5C |
Definition at line 26 of file BigBubbleMoveLimitter.hpp.
| s32 BigBubbleMoveLimitter::_60 |
Definition at line 27 of file BigBubbleMoveLimitter.hpp.