SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
AreaObjMgr Class Reference
Inheritance diagram for AreaObjMgr:
NameObj CubeCameraMgr GlaringLightAreaMgr ImageEffectAreaMgr LightAreaHolder WarpCubeMgr WaterAreaMgr

Public Member Functions

 AreaObjMgr (s32, const char *)
 
void entry (AreaObj *)
 
AreaObjfind_in (const TVec3f &) const
 
- 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

MR::Vector< MR::AssignableArray< AreaObj * > > mArray
 
s32 _18
 
- 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 55 of file AreaObj.hpp.

Constructor & Destructor Documentation

◆ AreaObjMgr()

AreaObjMgr::AreaObjMgr ( s32 count,
const char * pName )

Definition at line 118 of file AreaObj.cpp.

Member Function Documentation

◆ entry()

void AreaObjMgr::entry ( AreaObj * pAreaObj)

Definition at line 123 of file AreaObj.cpp.

Member Data Documentation

◆ mArray

MR::Vector<MR::AssignableArray<AreaObj*> > AreaObjMgr::mArray

Definition at line 64 of file AreaObj.hpp.

◆ _18

s32 AreaObjMgr::_18

Definition at line 65 of file AreaObj.hpp.