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

Public Member Functions

 EarthenPipe (const char *)
 
- Public Member Functions inherited from LiveActor
 LiveActor (const char *pName)
 Constructs a new LiveActor instance.
 
virtual void init (JMapInfoIter const &)
 Intializes the NameObj and can set various settings and construct necessary classes.
 
virtual void movement ()
 
virtual void calcAnim ()
 
virtual void calcViewAndEntry ()
 
virtual void appear ()
 
virtual void makeActorAppeared ()
 
virtual void kill ()
 
virtual void makeActorDead ()
 
virtual bool receiveMessage (u32, HitSensor *, HitSensor *)
 
virtual MtxPtr getBaseMtx () const
 Gets the base matrix of the model used for the actor.
 
virtual MtxPtr getTakingMtx () const
 
virtual void startClipped ()
 
virtual void endClipped ()
 
virtual void control ()
 
virtual void calcAndSetBaseMtx ()
 Calculates and sets the base matrix of the actor.
 
virtual void updateHitSensor (HitSensor *)
 
virtual void attackSensor (HitSensor *, HitSensor *)
 
virtual bool receiveMsgPush (HitSensor *, HitSensor *)
 
virtual bool receiveMsgPlayerAttack (u32, HitSensor *, HitSensor *)
 
virtual bool receiveMsgEnemyAttack (u32, HitSensor *, HitSensor *)
 
virtual u32 receiveMsgTake (HitSensor *, HitSensor *)
 
virtual u32 receiveMsgTaken (HitSensor *, HitSensor *)
 
virtual u32 receiveMsgThrow (HitSensor *, HitSensor *)
 
virtual u32 receiveMsgApart (HitSensor *, HitSensor *)
 
virtual bool receiveOtherMsg (u32, HitSensor *, HitSensor *)
 
void calcAnmMtx ()
 
void setNerve (const Nerve *)
 
bool isNerve (const Nerve *) const
 
s32 getNerveStep () const
 
HitSensorgetSensor (const char *pSensorName) const
 Gets a sensor.
 
void initModelManagerWithAnm (const char *, const char *, bool)
 
void initNerve (const Nerve *)
 
void initHitSensor (int)
 
void initBinder (f32, f32, u32)
 
void initRailRider (const JMapInfoIter &)
 
void initEffectKeeper (int, const char *, bool)
 
void initSound (int, bool)
 
void initShadowControllerList (u32)
 
void initActorCollisionParts (const char *, HitSensor *, ResourceHolder *, MtxPtr, bool, bool)
 
void initStageSwitch (const JMapInfoIter &)
 
void initActorStarPointerTarget (f32, const TVec3f *, MtxPtr, TVec3f)
 
void initActorLightCtrl ()
 
void addToSoundObjHolder ()
 
void updateBinder ()
 
bool isBinderValid (Binder *pBinder)
 
TVec3f * getPosPtr ()
 
- 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.
 
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

TVec3f _8C
 
TVec3f _98
 
bool mIsIgnoreGravity
 
bool _A9
 
bool _AA
 
bool _AB
 
s32 mPipeMode
 
EarthenPipe_B0
 
MtxPtr mTopJointMtx
 
MtxPtr mBottomJointMtx
 
TPos3f _F0
 
f32 mHorizExitForce
 
f32 mVertExitForce
 
s32 mMusicChangeIdx
 
s32 mMusicState
 
PartsModelmPipeStreamModel
 
bool _19C
 
bool _19D
 
bool _19E
 
bool _19F
 
ActorCameraInfo ** mCameraInfo
 
- Public Attributes inherited from LiveActor
TVec3f mPosition
 3D vector of the actor's position.
 
TVec3f mRotation
 3D vector of the actor's rotation.
 
TVec3f mScale
 3D vector of the actor's scale.
 
TVec3f mVelocity
 3D vector of the actor's velocity.
 
TVec3f mGravity
 3D vector of the actor's gravity.
 
ModelManagermModelManager
 A pointer to a ModelManager instance, used for drawing a 3D model.
 
ActorAnimKeepermAnimationKeeper
 A pointer to a ActorAnimKeeper instance, used for storing and playing model animations.
 
SpinemSpine
 
HitSensorKeepermSensorKeeper
 A pointer to a HitSensorKeeper instance, used for storing HitSensor instances.
 
BindermBinder
 
RailRidermRailRider
 A pointer to a RailRider instance, used for allowing the actor to ride on paths.
 
EffectKeepermEffectKeeper
 
AudAnmSoundObjectmSoundObject
 
LiveActorFlag mFlags
 Flags relating to drawing, animation calculation, etc.
 
ShadowControllerListmShadowList
 
CollisionPartsmCollisionParts
 
StageSwitchCtrlmStageSwitchCtrl
 A pointer to a StageSwitchCtrl instance, used for activating and deactivating switches.
 
StarPointerTarget * mStarPointerTarget
 
ActorLightCtrlmActorLightCtrl
 
ActorPadAndCameraCtrlmCameraCtrl
 
- 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 7 of file EarthenPipe.hpp.

Member Data Documentation

◆ _8C

TVec3f EarthenPipe::_8C

Definition at line 13 of file EarthenPipe.hpp.

◆ _98

TVec3f EarthenPipe::_98

Definition at line 14 of file EarthenPipe.hpp.

◆ mIsIgnoreGravity

bool EarthenPipe::mIsIgnoreGravity

Definition at line 16 of file EarthenPipe.hpp.

◆ _A9

bool EarthenPipe::_A9

Definition at line 17 of file EarthenPipe.hpp.

◆ _AA

bool EarthenPipe::_AA

Definition at line 18 of file EarthenPipe.hpp.

◆ _AB

bool EarthenPipe::_AB

Definition at line 19 of file EarthenPipe.hpp.

◆ mPipeMode

s32 EarthenPipe::mPipeMode

Definition at line 20 of file EarthenPipe.hpp.

◆ _B0

EarthenPipe* EarthenPipe::_B0

Definition at line 21 of file EarthenPipe.hpp.

◆ mTopJointMtx

MtxPtr EarthenPipe::mTopJointMtx

Definition at line 22 of file EarthenPipe.hpp.

◆ mBottomJointMtx

MtxPtr EarthenPipe::mBottomJointMtx

Definition at line 23 of file EarthenPipe.hpp.

◆ _F0

TPos3f EarthenPipe::_F0

Definition at line 25 of file EarthenPipe.hpp.

◆ mHorizExitForce

f32 EarthenPipe::mHorizExitForce

Definition at line 27 of file EarthenPipe.hpp.

◆ mVertExitForce

f32 EarthenPipe::mVertExitForce

Definition at line 28 of file EarthenPipe.hpp.

◆ mMusicChangeIdx

s32 EarthenPipe::mMusicChangeIdx

Definition at line 29 of file EarthenPipe.hpp.

◆ mMusicState

s32 EarthenPipe::mMusicState

Definition at line 30 of file EarthenPipe.hpp.

◆ mPipeStreamModel

PartsModel* EarthenPipe::mPipeStreamModel

Definition at line 32 of file EarthenPipe.hpp.

◆ _19C

bool EarthenPipe::_19C

Definition at line 33 of file EarthenPipe.hpp.

◆ _19D

bool EarthenPipe::_19D

Definition at line 34 of file EarthenPipe.hpp.

◆ _19E

bool EarthenPipe::_19E

Definition at line 35 of file EarthenPipe.hpp.

◆ _19F

bool EarthenPipe::_19F

Definition at line 36 of file EarthenPipe.hpp.

◆ mCameraInfo

ActorCameraInfo** EarthenPipe::mCameraInfo

Definition at line 37 of file EarthenPipe.hpp.