|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| DynamicJointCtrlKeeper (LiveActor *) | |
| void | update () |
| void | setCallBackFunction () |
| void | startCtrl (const char *, s32) |
| void | endCtrl (const char *, s32) |
| void | reset () |
| DynamicJointCtrl * | findJointCtrl (const char *) |
Public Attributes | |
| LiveActor * | mActor |
| s32 | _4 |
| DynamicJointCtrl ** | mControls |
Definition at line 66 of file DynamicJointCtrl.hpp.
| void DynamicJointCtrlKeeper::update | ( | ) |
Definition at line 69 of file DynamicJointCtrl.cpp.
| void DynamicJointCtrlKeeper::setCallBackFunction | ( | ) |
Definition at line 75 of file DynamicJointCtrl.cpp.
| void DynamicJointCtrlKeeper::startCtrl | ( | const char * | pName, |
| s32 | a2 ) |
Definition at line 81 of file DynamicJointCtrl.cpp.
| void DynamicJointCtrlKeeper::endCtrl | ( | const char * | pName, |
| s32 | a2 ) |
Definition at line 85 of file DynamicJointCtrl.cpp.
| void DynamicJointCtrlKeeper::reset | ( | ) |
Definition at line 89 of file DynamicJointCtrl.cpp.
| DynamicJointCtrl * DynamicJointCtrlKeeper::findJointCtrl | ( | const char * | pName | ) |
Definition at line 95 of file DynamicJointCtrl.cpp.
| LiveActor* DynamicJointCtrlKeeper::mActor |
Definition at line 77 of file DynamicJointCtrl.hpp.
| s32 DynamicJointCtrlKeeper::_4 |
Definition at line 78 of file DynamicJointCtrl.hpp.
| DynamicJointCtrl** DynamicJointCtrlKeeper::mControls |
Definition at line 79 of file DynamicJointCtrl.hpp.