|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| StarPieceCounter (const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | appear () |
| virtual void | control () |
| void | forceAppear (bool) |
| void | disappear (bool) |
| bool | isWait () const |
| void | forceSync () |
| bool | tryOnModeTicoEat (bool) |
| bool | tryOffModeTicoEat () |
| void | updateCounter () |
| void | updateCounterValue () |
| bool | isValidAppearSituation () const |
| bool | isDispCenter () const |
| bool | tryChangeModeTicoEat (int) |
| void | exeHide () |
| void | exeAppear () |
| void | exeWait () |
| void | exeDisappear () |
Public Member Functions inherited from LayoutActor | |
| LayoutActor (const char *, bool) | |
| virtual void | movement () |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| virtual void | calcAnim () |
| virtual void | kill () |
| void | initNerve (const Nerve *) |
| void | setNerve (const Nerve *) const |
| bool | isNerve (const Nerve *) const |
| s32 | getNerveStep () const |
| const TVec2f | getTrans () const |
| void | setTrans (const TVec2f &) |
| LayoutManager * | getLayoutManager () const |
| void | initLayoutManager (const char *, u32) |
| void | initLayoutManagerNoConvertFilename (const char *, u32) |
| void | initLayoutManagerWithTextBoxBufferLength (const char *, u32, u32) |
| void | initEffectKeeper (int, const char *, const EffectSystem *) |
| void | updateSpine () |
| void | initPointingTarget (int) |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | initAfterPlacement () |
| 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 | |
| s32 | mStarPieceNum |
| s32 | _24 |
| u32 | _28 |
| CounterLayoutAppearer * | mAppearer |
| CountUpPaneRumbler * | mPaneRumbler |
| TVec2f | mFollowPos |
| s32 | _3C |
| int | _40 |
Public Attributes inherited from LayoutActor | |
| LayoutManager * | mManager |
| Spine * | mSpine |
| PaneEffectKeeper * | mPaneEffectKeeper |
| StarPointerLayoutTargetKeeper * | mStarPointerTargetKeeper |
| LayoutActorFlag | mFlags |
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 7 of file StarPieceCounter.hpp.
| StarPieceCounter::StarPieceCounter | ( | const char * | pName | ) |
Definition at line 3 of file StarPieceCounter.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 15 of file StarPieceCounter.cpp.
|
virtual |
Reimplemented from LayoutActor.
Definition at line 37 of file StarPieceCounter.cpp.
|
virtual |
Reimplemented from LayoutActor.
| void StarPieceCounter::forceAppear | ( | bool | a1 | ) |
Definition at line 49 of file StarPieceCounter.cpp.
| void StarPieceCounter::disappear | ( | bool | a1 | ) |
Definition at line 63 of file StarPieceCounter.cpp.
| bool StarPieceCounter::isWait | ( | ) | const |
Definition at line 73 of file StarPieceCounter.cpp.
| s32 StarPieceCounter::mStarPieceNum |
Definition at line 33 of file StarPieceCounter.hpp.
| s32 StarPieceCounter::_24 |
Definition at line 34 of file StarPieceCounter.hpp.
| u32 StarPieceCounter::_28 |
Definition at line 35 of file StarPieceCounter.hpp.
| CounterLayoutAppearer* StarPieceCounter::mAppearer |
Definition at line 36 of file StarPieceCounter.hpp.
| CountUpPaneRumbler* StarPieceCounter::mPaneRumbler |
Definition at line 37 of file StarPieceCounter.hpp.
| TVec2f StarPieceCounter::mFollowPos |
Definition at line 38 of file StarPieceCounter.hpp.
| s32 StarPieceCounter::_3C |
Definition at line 39 of file StarPieceCounter.hpp.
| int StarPieceCounter::_40 |
Definition at line 40 of file StarPieceCounter.hpp.