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

Public Member Functions

 ShadowControllerList (LiveActor *, u32)
 
void addController (ShadowController *)
 
u32 getControllerCount () const
 
ShadowControllergetController (u32) const
 
ShadowControllergetController (const char *) const
 
void resetCalcCount ()
 
void requestCalc ()
 

Public Attributes

MR::Vector< MR::AssignableArray< ShadowController * > > mShadowList
 
LiveActormHost
 

Detailed Description

Definition at line 13 of file ShadowController.hpp.

Constructor & Destructor Documentation

◆ ShadowControllerList()

ShadowControllerList::ShadowControllerList ( LiveActor * pActor,
u32 listCount )

Definition at line 44 of file ShadowController.cpp.

Member Function Documentation

◆ addController()

void ShadowControllerList::addController ( ShadowController * pController)

Definition at line 48 of file ShadowController.cpp.

◆ getControllerCount()

u32 ShadowControllerList::getControllerCount ( ) const

Definition at line 52 of file ShadowController.cpp.

◆ getController() [1/2]

ShadowController * ShadowControllerList::getController ( u32 idx) const

Definition at line 56 of file ShadowController.cpp.

◆ getController() [2/2]

ShadowController * ShadowControllerList::getController ( const char * pName) const

Definition at line 60 of file ShadowController.cpp.

◆ resetCalcCount()

void ShadowControllerList::resetCalcCount ( )

Definition at line 74 of file ShadowController.cpp.

◆ requestCalc()

void ShadowControllerList::requestCalc ( )

Definition at line 82 of file ShadowController.cpp.

Member Data Documentation

◆ mShadowList

MR::Vector<MR::AssignableArray<ShadowController*> > ShadowControllerList::mShadowList

Definition at line 24 of file ShadowController.hpp.

◆ mHost

LiveActor* ShadowControllerList::mHost

Definition at line 25 of file ShadowController.hpp.