|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| void | registerCast (LiveActor *) |
| void | registerFunctor (const LiveActor *, const MR::FunctorBase &) |
| void | registerNerve (const LiveActor *, const Nerve *) |
Public Attributes | |
| u8 | _0 [0x1C] |
| s32 | mCastCount |
| LiveActor ** | mCastList |
| MR::FunctorBase ** | mFunctors |
| const Nerve ** | mNerves |
Definition at line 8 of file DemoActionKeeper.hpp.
| void DemoActionInfo::registerCast | ( | LiveActor * | pActor | ) |
Definition at line 3 of file DemoActionKeeper.cpp.
| void DemoActionInfo::registerFunctor | ( | const LiveActor * | pActor, |
| const MR::FunctorBase & | rFunctor ) |
Definition at line 8 of file DemoActionKeeper.cpp.
Definition at line 17 of file DemoActionKeeper.cpp.
| u8 DemoActionInfo::_0[0x1C] |
Definition at line 16 of file DemoActionKeeper.hpp.
| s32 DemoActionInfo::mCastCount |
Definition at line 17 of file DemoActionKeeper.hpp.
| LiveActor** DemoActionInfo::mCastList |
Definition at line 18 of file DemoActionKeeper.hpp.
| MR::FunctorBase** DemoActionInfo::mFunctors |
Definition at line 19 of file DemoActionKeeper.hpp.
| const Nerve** DemoActionInfo::mNerves |
Definition at line 20 of file DemoActionKeeper.hpp.