|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| ShadowControllerList (LiveActor *, u32) | |
| void | addController (ShadowController *) |
| u32 | getControllerCount () const |
| ShadowController * | getController (u32) const |
| ShadowController * | getController (const char *) const |
| void | resetCalcCount () |
| void | requestCalc () |
Public Attributes | |
| MR::Vector< MR::AssignableArray< ShadowController * > > | mShadowList |
| LiveActor * | mHost |
Definition at line 13 of file ShadowController.hpp.
| ShadowControllerList::ShadowControllerList | ( | LiveActor * | pActor, |
| u32 | listCount ) |
Definition at line 44 of file ShadowController.cpp.
| void ShadowControllerList::addController | ( | ShadowController * | pController | ) |
Definition at line 48 of file ShadowController.cpp.
| u32 ShadowControllerList::getControllerCount | ( | ) | const |
Definition at line 52 of file ShadowController.cpp.
| ShadowController * ShadowControllerList::getController | ( | u32 | idx | ) | const |
Definition at line 56 of file ShadowController.cpp.
| ShadowController * ShadowControllerList::getController | ( | const char * | pName | ) | const |
Definition at line 60 of file ShadowController.cpp.
| void ShadowControllerList::resetCalcCount | ( | ) |
Definition at line 74 of file ShadowController.cpp.
| void ShadowControllerList::requestCalc | ( | ) |
Definition at line 82 of file ShadowController.cpp.
| MR::Vector<MR::AssignableArray<ShadowController*> > ShadowControllerList::mShadowList |
Definition at line 24 of file ShadowController.hpp.
| LiveActor* ShadowControllerList::mHost |
Definition at line 25 of file ShadowController.hpp.