SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ShadowControllerHolder Class Reference
Inheritance diagram for ShadowControllerHolder:
NameObj

Public Member Functions

virtual void initAfterPlacement ()
 
virtual void movement ()
 
void updateController ()
 
- Public Member Functions inherited from NameObj
 NameObj (const char *pName)
 Constructs a new NameObj instance.
 
virtual void init (const JMapInfoIter &rIter)
 Intializes the NameObj and can set various settings and construct necessary classes.
 
virtual void draw () const
 Draws the object. Does nothing until overridden.
 
virtual void calcAnim ()
 
virtual void calcViewAndEntry ()
 
void initWithoutIter ()
 Initializes a NameObj without a JMapInfoIter instance.
 
void setName (const char *pName)
 Sets the NameObj's mName.
 
void executeMovement ()
 
void requestSuspend ()
 
void requestResume ()
 
void syncWithFlags ()
 

Public Attributes

MR::Vector< MR::AssignableArray< ShadowController * > > _C
 
MR::Vector< MR::AssignableArray< ShadowController * > > _18
 
bool _24
 
f32 mFarClip
 
- Public Attributes inherited from NameObj
const char * mName
 A string to identify the NameObj.
 
volatile u16 mFlags
 Flags in relation to movement.
 
s16 mExecutorIdx
 The index into the NameObjExecuteInfo array.
 

Detailed Description

Definition at line 28 of file ShadowController.hpp.

Constructor & Destructor Documentation

◆ ShadowControllerHolder()

ShadowControllerHolder::ShadowControllerHolder ( )

Definition at line 4 of file ShadowController.cpp.

◆ ~ShadowControllerHolder()

ShadowControllerHolder::~ShadowControllerHolder ( )
virtual

Definition at line 341 of file ShadowController.cpp.

Member Function Documentation

◆ initAfterPlacement()

void ShadowControllerHolder::initAfterPlacement ( )
virtual

Reimplemented from NameObj.

Definition at line 19 of file ShadowController.cpp.

◆ movement()

void ShadowControllerHolder::movement ( )
virtual

Reimplemented from NameObj.

Definition at line 15 of file ShadowController.cpp.

◆ updateController()

void ShadowControllerHolder::updateController ( )

Definition at line 28 of file ShadowController.cpp.

Member Data Documentation

◆ _C

MR::Vector<MR::AssignableArray<ShadowController*> > ShadowControllerHolder::_C

Definition at line 38 of file ShadowController.hpp.

◆ _18

MR::Vector<MR::AssignableArray<ShadowController*> > ShadowControllerHolder::_18

Definition at line 39 of file ShadowController.hpp.

◆ _24

bool ShadowControllerHolder::_24

Definition at line 40 of file ShadowController.hpp.

◆ mFarClip

f32 ShadowControllerHolder::mFarClip

Definition at line 41 of file ShadowController.hpp.