|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| ActorStateBaseInterface (const char *pName) | |
| virtual void | init () |
| virtual void | appear () |
| virtual void | kill () |
| virtual bool | update () |
| virtual void | control () |
Public Member Functions inherited from NerveExecutor | |
| NerveExecutor (const char *) | |
| void | initNerve (const Nerve *) |
| void | updateNerve () |
| void | setNerve (const Nerve *) |
| bool | isNerve (const Nerve *) const |
| s32 | getNerveStep () const |
Public Attributes | |
| u8 | mIsDead |
Public Attributes inherited from NerveExecutor | |
| s32 | _0 |
| Spine * | mSpine |
Definition at line 5 of file ActorStateBase.hpp.
|
inline |
Definition at line 8 of file ActorStateBase.hpp.
|
inlinevirtual |
Definition at line 12 of file ActorStateBase.hpp.
|
virtual |
Definition at line 3 of file ActorStateBase.cpp.
| u8 ActorStateBaseInterface::mIsDead |
Definition at line 22 of file ActorStateBase.hpp.