SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DynamicJointCtrlKeeper Class Reference

Public Member Functions

 DynamicJointCtrlKeeper (LiveActor *)
 
void update ()
 
void setCallBackFunction ()
 
void startCtrl (const char *, s32)
 
void endCtrl (const char *, s32)
 
void reset ()
 
DynamicJointCtrlfindJointCtrl (const char *)
 

Public Attributes

LiveActormActor
 
s32 _4
 
DynamicJointCtrl ** mControls
 

Detailed Description

Definition at line 66 of file DynamicJointCtrl.hpp.

Member Function Documentation

◆ update()

void DynamicJointCtrlKeeper::update ( )

Definition at line 69 of file DynamicJointCtrl.cpp.

◆ setCallBackFunction()

void DynamicJointCtrlKeeper::setCallBackFunction ( )

Definition at line 75 of file DynamicJointCtrl.cpp.

◆ startCtrl()

void DynamicJointCtrlKeeper::startCtrl ( const char * pName,
s32 a2 )

Definition at line 81 of file DynamicJointCtrl.cpp.

◆ endCtrl()

void DynamicJointCtrlKeeper::endCtrl ( const char * pName,
s32 a2 )

Definition at line 85 of file DynamicJointCtrl.cpp.

◆ reset()

void DynamicJointCtrlKeeper::reset ( )

Definition at line 89 of file DynamicJointCtrl.cpp.

◆ findJointCtrl()

DynamicJointCtrl * DynamicJointCtrlKeeper::findJointCtrl ( const char * pName)

Definition at line 95 of file DynamicJointCtrl.cpp.

Member Data Documentation

◆ mActor

LiveActor* DynamicJointCtrlKeeper::mActor

Definition at line 77 of file DynamicJointCtrl.hpp.

◆ _4

s32 DynamicJointCtrlKeeper::_4

Definition at line 78 of file DynamicJointCtrl.hpp.

◆ mControls

DynamicJointCtrl** DynamicJointCtrlKeeper::mControls

Definition at line 79 of file DynamicJointCtrl.hpp.