|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| DemoCastGroup (const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual bool | tryRegisterDemoActor (LiveActor *, const JMapInfoIter &, const JMapIdInfo &) |
| virtual bool | tryRegisterDemoActor (LiveActor *, const char *, const JMapInfoIter &) |
| virtual void | registerDemoActor (LiveActor *, const JMapInfoIter &) |
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 | |
| JMapIdInfo * | mInfo |
| LiveActorGroup * | mGroup |
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 9 of file DemoCastGroup.hpp.
| DemoCastGroup::DemoCastGroup | ( | const char * | pName | ) |
Definition at line 3 of file DemoCastGroup.cpp.
|
virtual |
Definition at line 32 of file DemoCastGroup.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 36 of file DemoCastGroup.cpp.
|
virtual |
Definition at line 8 of file DemoCastGroup.cpp.
|
virtual |
Definition at line 19 of file DemoCastGroup.cpp.
|
virtual |
Definition at line 28 of file DemoCastGroup.cpp.
| JMapIdInfo* DemoCastGroup::mInfo |
Definition at line 20 of file DemoCastGroup.hpp.
| LiveActorGroup* DemoCastGroup::mGroup |
Definition at line 21 of file DemoCastGroup.hpp.