|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| NerveExecutor (const char *) | |
| void | initNerve (const Nerve *) |
| void | updateNerve () |
| void | setNerve (const Nerve *) |
| bool | isNerve (const Nerve *) const |
| s32 | getNerveStep () const |
Public Attributes | |
| s32 | _0 |
| Spine * | mSpine |
Definition at line 5 of file NerveExecutor.hpp.
| NerveExecutor::NerveExecutor | ( | const char * | a1 | ) |
Definition at line 3 of file NerveExecutor.cpp.
|
virtual |
Definition at line 8 of file NerveExecutor.cpp.
| void NerveExecutor::initNerve | ( | const Nerve * | pNerve | ) |
Definition at line 12 of file NerveExecutor.cpp.
| void NerveExecutor::updateNerve | ( | ) |
Definition at line 16 of file NerveExecutor.cpp.
| void NerveExecutor::setNerve | ( | const Nerve * | pNerve | ) |
Definition at line 22 of file NerveExecutor.cpp.
| bool NerveExecutor::isNerve | ( | const Nerve * | pNerve | ) | const |
Definition at line 26 of file NerveExecutor.cpp.
| s32 NerveExecutor::getNerveStep | ( | ) | const |
Definition at line 30 of file NerveExecutor.cpp.
| s32 NerveExecutor::_0 |
Definition at line 17 of file NerveExecutor.hpp.
| Spine* NerveExecutor::mSpine |
Definition at line 18 of file NerveExecutor.hpp.