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

Public Member Functions

void exeReactToTornado ()
 
void exeBreak ()
 

Public Attributes

u32 _18
 
TVec3f _1C
 
TVec3f _28
 
f32 _34
 
u8 _38
 

Additional Inherited Members

- Private Member Functions inherited from MapPartsFunction
 MapPartsFunction (LiveActor *, const char *)
 
virtual void init (const JMapInfoIter &)
 Intializes the NameObj and can set various settings and construct necessary classes.
 
virtual void movement ()
 
virtual bool isWorking () const
 
virtual void start ()
 
virtual void end ()
 
virtual s32 receiveMsg (u32)
 
virtual void control ()
 
void sendMsgToHost (u32)
 
void initNerve (const Nerve *)
 
void setNerve (const Nerve *)
 
s32 getStep () const
 
bool isStep (s32) const
 
bool isNerve (const Nerve *) const
 
bool isFirstStep () const
 
- Private 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 ()
 
- Private Attributes inherited from MapPartsFunction
SpinemSpine
 
LiveActormHost
 
u8 _14
 
- 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 7 of file MapPartsBreaker.hpp.

Member Function Documentation

◆ exeReactToTornado()

void MapPartsBreaker::exeReactToTornado ( )

Definition at line 4 of file MapPartsBreaker.cpp.

◆ exeBreak()

void MapPartsBreaker::exeBreak ( )

Definition at line 32 of file MapPartsBreaker.cpp.

Member Data Documentation

◆ _18

u32 MapPartsBreaker::_18

Definition at line 13 of file MapPartsBreaker.hpp.

◆ _1C

TVec3f MapPartsBreaker::_1C

Definition at line 14 of file MapPartsBreaker.hpp.

◆ _28

TVec3f MapPartsBreaker::_28

Definition at line 15 of file MapPartsBreaker.hpp.

◆ _34

f32 MapPartsBreaker::_34

Definition at line 16 of file MapPartsBreaker.hpp.

◆ _38

u8 MapPartsBreaker::_38

Definition at line 17 of file MapPartsBreaker.hpp.