|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| LiveActorGroupArray (const char *pName) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| LiveActorGroup * | getLiveActorGroup (const LiveActor *) const |
| MsgSharedGroup * | createGroup (const JMapInfoIter &, const char *, s32) |
| LiveActorGroup * | findGroup (const LiveActor *) const |
| LiveActorGroup * | findGroup (const JMapInfoIter &) |
| LiveActorGroup * | entry (LiveActor *, const JMapInfoIter &, const char *, s32) |
Public Attributes | |
| MsgSharedGroup * | mGroups [0x20] |
| s32 | mNumGroups |
Additional Inherited Members | |
Private 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 () |
Private 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 26 of file LiveActorGroupArray.hpp.
| LiveActorGroupArray::LiveActorGroupArray | ( | const char * | pName | ) |
Definition at line 47 of file LiveActorGroupArray.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 51 of file LiveActorGroupArray.cpp.
| LiveActorGroup * LiveActorGroupArray::getLiveActorGroup | ( | const LiveActor * | pActor | ) | const |
Definition at line 55 of file LiveActorGroupArray.cpp.
| MsgSharedGroup * LiveActorGroupArray::createGroup | ( | const JMapInfoIter & | rIter, |
| const char * | pName, | ||
| s32 | msg ) |
Definition at line 59 of file LiveActorGroupArray.cpp.
| LiveActorGroup * LiveActorGroupArray::entry | ( | LiveActor * | pActor, |
| const JMapInfoIter & | rIter, | ||
| const char * | pName, | ||
| s32 | a4 ) |
Definition at line 68 of file LiveActorGroupArray.cpp.
| MsgSharedGroup* LiveActorGroupArray::mGroups[0x20] |
Definition at line 40 of file LiveActorGroupArray.hpp.
| s32 LiveActorGroupArray::mNumGroups |
Definition at line 41 of file LiveActorGroupArray.hpp.