|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| MsgSharedGroup (const char *, s32, const JMapInfoIter &) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | movement () |
| void | sendMsgToGroupMember (u32, HitSensor *, const char *) |
Public Member Functions inherited from LiveActorGroup | |
| LiveActorGroup (const char *, int) | |
| void | registerActor (LiveActor *) |
| LiveActor * | getActor (int) const |
| LiveActor * | getDeadActor () const |
| s32 | getLivingActorNum () const |
| void | appearAll () |
| void | killAll () |
Public Member Functions inherited from NameObjGroup | |
| NameObjGroup (const char *, int) | |
| void | registerObj (NameObj *) |
| void | pauseOffAll () const |
| void | initObjArray (int) |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| 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 | |
| JMapIdInfo * | mIDInfo |
| s32 | _1C |
| HitSensor * | _20 |
| const char * | _24 |
| char | _28 [0x30] |
Public Attributes inherited from NameObjGroup | |
| s32 | _C |
| s32 | mObjectCount |
| NameObj ** | mObjects |
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 8 of file LiveActorGroupArray.hpp.
| MsgSharedGroup::MsgSharedGroup | ( | const char * | pName, |
| s32 | a2, | ||
| const JMapInfoIter & | rIter ) |
Definition at line 6 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 23 of file LiveActorGroupArray.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 27 of file LiveActorGroupArray.cpp.
| void MsgSharedGroup::sendMsgToGroupMember | ( | u32 | msg, |
| HitSensor * | pSensor, | ||
| const char * | pName ) |
Definition at line 41 of file LiveActorGroupArray.cpp.
| JMapIdInfo* MsgSharedGroup::mIDInfo |
Definition at line 19 of file LiveActorGroupArray.hpp.
| s32 MsgSharedGroup::_1C |
Definition at line 20 of file LiveActorGroupArray.hpp.
| HitSensor* MsgSharedGroup::_20 |
Definition at line 21 of file LiveActorGroupArray.hpp.
| const char* MsgSharedGroup::_24 |
Definition at line 22 of file LiveActorGroupArray.hpp.
| char MsgSharedGroup::_28[0x30] |
Definition at line 23 of file LiveActorGroupArray.hpp.