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

Public Member Functions

void initDraw ()
 
- 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

JUTTexture * mOrangeTexture
 
JUTTexture * mGreenTexture
 
JUTTexture * mPinkTexture
 
JUTTexture * mMaskTexture
 
bool mIsPathAtOpa
 
- 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 SpinDriverPathDrawer.hpp.

Constructor & Destructor Documentation

◆ SpinDriverPathDrawInit()

SpinDriverPathDrawInit::SpinDriverPathDrawInit ( )

Definition at line 7 of file SpinDriverPathDrawer.cpp.

◆ ~SpinDriverPathDrawInit()

SpinDriverPathDrawInit::~SpinDriverPathDrawInit ( )
virtual

Definition at line 207 of file SpinDriverPathDrawer.cpp.

Member Data Documentation

◆ mOrangeTexture

JUTTexture* SpinDriverPathDrawInit::mOrangeTexture

Definition at line 15 of file SpinDriverPathDrawer.hpp.

◆ mGreenTexture

JUTTexture* SpinDriverPathDrawInit::mGreenTexture

Definition at line 16 of file SpinDriverPathDrawer.hpp.

◆ mPinkTexture

JUTTexture* SpinDriverPathDrawInit::mPinkTexture

Definition at line 17 of file SpinDriverPathDrawer.hpp.

◆ mMaskTexture

JUTTexture* SpinDriverPathDrawInit::mMaskTexture

Definition at line 18 of file SpinDriverPathDrawer.hpp.

◆ mIsPathAtOpa

bool SpinDriverPathDrawInit::mIsPathAtOpa

Definition at line 19 of file SpinDriverPathDrawer.hpp.