SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
List of all members
ShadowVolumeDrawInit Class Reference
Inheritance diagram for ShadowVolumeDrawInit:
NameObj

Additional Inherited Members

- 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 initAfterPlacement ()
 
virtual void movement ()
 
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 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 7 of file ShadowVolumeDrawer.hpp.

Constructor & Destructor Documentation

◆ ShadowVolumeDrawInit()

ShadowVolumeDrawInit::ShadowVolumeDrawInit ( )

Definition at line 9 of file ShadowVolumeDrawer.cpp.

◆ ~ShadowVolumeDrawInit()

ShadowVolumeDrawInit::~ShadowVolumeDrawInit ( )
virtual

Definition at line 94 of file ShadowVolumeDrawer.cpp.