|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| AreaObjContainer (const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| AreaObjMgr * | getManager (const char *) const |
| AreaObj * | getAreaObj (const char *, const TVec3f &) const |
| AreaObjMgr * | getFirstMgr () const |
| AreaObjMgr * | getLastMgr () const |
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 | |
| AreaObjMgr * | mManagerArray [0x50] |
| u32 | mNumManagers |
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 48 of file AreaObjContainer.hpp.
| AreaObjContainer::AreaObjContainer | ( | const char * | pName | ) |
Definition at line 6 of file AreaObjContainer.cpp.
|
virtual |
Definition at line 50 of file AreaObjContainer.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 10 of file AreaObjContainer.cpp.
| AreaObjMgr * AreaObjContainer::getManager | ( | const char * | pName | ) | const |
Definition at line 25 of file AreaObjContainer.cpp.
| AreaObj * AreaObjContainer::getAreaObj | ( | const char * | pName, |
| const TVec3f & | rVec ) const |
Definition at line 40 of file AreaObjContainer.cpp.
|
inline |
Definition at line 58 of file AreaObjContainer.hpp.
|
inline |
Definition at line 62 of file AreaObjContainer.hpp.
| AreaObjMgr* AreaObjContainer::mManagerArray[0x50] |
Definition at line 66 of file AreaObjContainer.hpp.
| u32 AreaObjContainer::mNumManagers |
Definition at line 67 of file AreaObjContainer.hpp.