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

Public Member Functions

virtual void init (const JMapInfoIter &)
 Intializes the NameObj and can set various settings and construct necessary classes.
 
virtual void movement ()
 
- 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 initAfterPlacement ()
 
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

f32 mRotation
 
- 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

Definition at line 9 of file Note.hpp.

Constructor & Destructor Documentation

◆ NoteGroup()

NoteGroup::NoteGroup ( )

Definition at line 117 of file Note.cpp.

◆ ~NoteGroup()

NoteGroup::~NoteGroup ( )
virtual

Definition at line 135 of file Note.cpp.

Member Function Documentation

◆ init()

void NoteGroup::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 121 of file Note.cpp.

◆ movement()

void NoteGroup::movement ( )
virtual

Reimplemented from NameObj.

Definition at line 125 of file Note.cpp.

Member Data Documentation

◆ mRotation

f32 NoteGroup::mRotation

Definition at line 17 of file Note.hpp.