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

Public Member Functions

 LiveActorGroupArray (const char *pName)
 
virtual void init (const JMapInfoIter &)
 Intializes the NameObj and can set various settings and construct necessary classes.
 
LiveActorGroupgetLiveActorGroup (const LiveActor *) const
 
MsgSharedGroupcreateGroup (const JMapInfoIter &, const char *, s32)
 
LiveActorGroupfindGroup (const LiveActor *) const
 
LiveActorGroupfindGroup (const JMapInfoIter &)
 
LiveActorGroupentry (LiveActor *, const JMapInfoIter &, const char *, s32)
 

Public Attributes

MsgSharedGroupmGroups [0x20]
 
s32 mNumGroups
 

Additional Inherited Members

- Private Member Functions inherited from NameObj
 NameObj (const char *pName)
 Constructs a new NameObj instance.
 
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 ()
 
- Private 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 26 of file LiveActorGroupArray.hpp.

Constructor & Destructor Documentation

◆ LiveActorGroupArray()

LiveActorGroupArray::LiveActorGroupArray ( const char * pName)

Definition at line 47 of file LiveActorGroupArray.cpp.

Member Function Documentation

◆ init()

void LiveActorGroupArray::init ( const JMapInfoIter & rIter)
virtual

Intializes the NameObj and can set various settings and construct necessary classes.

Parameters
rIterA reference to the JMapInfoIter that supplies BCSV information.

Reimplemented from NameObj.

Definition at line 51 of file LiveActorGroupArray.cpp.

◆ getLiveActorGroup()

LiveActorGroup * LiveActorGroupArray::getLiveActorGroup ( const LiveActor * pActor) const

Definition at line 55 of file LiveActorGroupArray.cpp.

◆ createGroup()

MsgSharedGroup * LiveActorGroupArray::createGroup ( const JMapInfoIter & rIter,
const char * pName,
s32 msg )

Definition at line 59 of file LiveActorGroupArray.cpp.

◆ entry()

LiveActorGroup * LiveActorGroupArray::entry ( LiveActor * pActor,
const JMapInfoIter & rIter,
const char * pName,
s32 a4 )

Definition at line 68 of file LiveActorGroupArray.cpp.

Member Data Documentation

◆ mGroups

MsgSharedGroup* LiveActorGroupArray::mGroups[0x20]

Definition at line 40 of file LiveActorGroupArray.hpp.

◆ mNumGroups

s32 LiveActorGroupArray::mNumGroups

Definition at line 41 of file LiveActorGroupArray.hpp.