SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DeriveActorGroup< T > Class Template Reference
Inheritance diagram for DeriveActorGroup< T >:
LiveActorGroup NameObjGroup NameObj

Public Member Functions

 DeriveActorGroup (const char *pName, int maxCount)
 
T * getDeadMember () const NO_INLINE
 
- Public Member Functions inherited from LiveActorGroup
 LiveActorGroup (const char *, int)
 
void registerActor (LiveActor *)
 
LiveActorgetActor (int) const
 
LiveActorgetDeadActor () const
 
s32 getLivingActorNum () const
 
void appearAll ()
 
void killAll ()
 
- Public Member Functions inherited from NameObjGroup
 NameObjGroup (const char *, int)
 
void registerObj (NameObj *)
 
void pauseOffAll () const
 
void initObjArray (int)
 
- 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 ()
 

Additional Inherited Members

- Public Attributes inherited from NameObjGroup
s32 _C
 
s32 mObjectCount
 
NameObj ** mObjects
 
- 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

template<typename T>
class DeriveActorGroup< T >

Definition at line 24 of file LiveActorGroup.hpp.

Constructor & Destructor Documentation

◆ DeriveActorGroup()

template<typename T >
DeriveActorGroup< T >::DeriveActorGroup ( const char * pName,
int maxCount )
inline

Definition at line 26 of file LiveActorGroup.hpp.

◆ ~DeriveActorGroup()

template<typename T >
DeriveActorGroup< T >::~DeriveActorGroup ( )
inline

Definition at line 38 of file LiveActorGroup.hpp.

Member Function Documentation

◆ getDeadMember()

template<typename T >
T * DeriveActorGroup< T >::getDeadMember ( ) const
inline

Definition at line 30 of file LiveActorGroup.hpp.