|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| PowerStarHolder (const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| void | registerPowerStar (PowerStar *, int) |
| void | requestAppearPowerStar (int, const TVec3f *, bool) |
| void | appearPowerStarWithoutDemo (int) |
| PowerStar * | getAppearedPowerStar (int) const |
| PowerStarRequestInfo * | findPowerStarRequestInfo (int) 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 | |
| PowerStarRequestInfo * | mInfos [0x10] |
| s32 | mNumInfos |
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 11 of file PowerStarHolder.hpp.
| PowerStarHolder::PowerStarHolder | ( | const char * | pName | ) |
Definition at line 4 of file PowerStarHolder.cpp.
|
virtual |
Definition at line 86 of file PowerStarHolder.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 9 of file PowerStarHolder.cpp.
| void PowerStarHolder::registerPowerStar | ( | PowerStar * | pStar, |
| int | starNum ) |
Definition at line 13 of file PowerStarHolder.cpp.
| void PowerStarHolder::requestAppearPowerStar | ( | int | starNum, |
| const TVec3f * | pPos, | ||
| bool | forceAppear ) |
Definition at line 22 of file PowerStarHolder.cpp.
| void PowerStarHolder::appearPowerStarWithoutDemo | ( | int | starNum | ) |
Definition at line 40 of file PowerStarHolder.cpp.
| PowerStar * PowerStarHolder::getAppearedPowerStar | ( | int | starNum | ) | const |
Definition at line 48 of file PowerStarHolder.cpp.
| PowerStarRequestInfo * PowerStarHolder::findPowerStarRequestInfo | ( | int | starNum | ) | const |
Definition at line 60 of file PowerStarHolder.cpp.
| PowerStarRequestInfo* PowerStarHolder::mInfos[0x10] |
Definition at line 24 of file PowerStarHolder.hpp.
| s32 PowerStarHolder::mNumInfos |
Definition at line 25 of file PowerStarHolder.hpp.