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

Public Member Functions

 GroupChecker (const char *, u32)
 
virtual void initAfterPlacement ()
 
void add (const NameObj *)
 
- 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 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

HashSortTablemHashTable
 
- 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 6 of file GroupChecker.hpp.

Constructor & Destructor Documentation

◆ GroupChecker()

GroupChecker::GroupChecker ( const char * pName,
u32 a2 )

Definition at line 3 of file GroupChecker.cpp.

◆ ~GroupChecker()

GroupChecker::~GroupChecker ( )
virtual

Definition at line 26 of file GroupChecker.cpp.

Member Function Documentation

◆ initAfterPlacement()

void GroupChecker::initAfterPlacement ( )
virtual

Reimplemented from NameObj.

Definition at line 8 of file GroupChecker.cpp.

◆ add()

void GroupChecker::add ( const NameObj * pObj)

Definition at line 13 of file GroupChecker.cpp.

Member Data Documentation

◆ mHashTable

HashSortTable* GroupChecker::mHashTable

Definition at line 15 of file GroupChecker.hpp.