|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| GroupChecker (const char *, u32) | |
| virtual void | initAfterPlacement () |
| void | add (const NameObj *) |
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 | 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 | |
| HashSortTable * | mHashTable |
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 GroupChecker.hpp.
| GroupChecker::GroupChecker | ( | const char * | pName, |
| u32 | a2 ) |
Definition at line 3 of file GroupChecker.cpp.
|
virtual |
Definition at line 26 of file GroupChecker.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 8 of file GroupChecker.cpp.
| void GroupChecker::add | ( | const NameObj * | pObj | ) |
Definition at line 13 of file GroupChecker.cpp.
| HashSortTable* GroupChecker::mHashTable |
Definition at line 15 of file GroupChecker.hpp.