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

Public Member Functions

 AnimationRandomPlayer (const LiveActor *, const char *, const char *, s32, f32)
 
void updateStartStep ()
 
void exeWait ()
 
void exePlay ()
 
- Public Member Functions inherited from NerveExecutor
 NerveExecutor (const char *)
 
void initNerve (const Nerve *)
 
void updateNerve ()
 
void setNerve (const Nerve *)
 
bool isNerve (const Nerve *) const
 
s32 getNerveStep () const
 

Public Attributes

const LiveActormActor
 
const char * _C
 
const char * _10
 
s32 _14
 
s32 _18
 
f32 _1C
 
- Public Attributes inherited from NerveExecutor
s32 _0
 
SpinemSpine
 

Detailed Description

Definition at line 6 of file AnimationRandomPlayer.hpp.

Constructor & Destructor Documentation

◆ AnimationRandomPlayer()

AnimationRandomPlayer::AnimationRandomPlayer ( const LiveActor * pActor,
const char * a2,
const char * a3,
s32 a4,
f32 a5 )

Definition at line 7 of file AnimationRandomPlayer.cpp.

◆ ~AnimationRandomPlayer()

AnimationRandomPlayer::~AnimationRandomPlayer ( )
virtual

Definition at line 48 of file AnimationRandomPlayer.cpp.

Member Function Documentation

◆ updateStartStep()

void AnimationRandomPlayer::updateStartStep ( )

Definition at line 17 of file AnimationRandomPlayer.cpp.

◆ exeWait()

void AnimationRandomPlayer::exeWait ( )

Definition at line 24 of file AnimationRandomPlayer.cpp.

◆ exePlay()

void AnimationRandomPlayer::exePlay ( )

Definition at line 36 of file AnimationRandomPlayer.cpp.

Member Data Documentation

◆ mActor

const LiveActor* AnimationRandomPlayer::mActor

Definition at line 16 of file AnimationRandomPlayer.hpp.

◆ _C

const char* AnimationRandomPlayer::_C

Definition at line 17 of file AnimationRandomPlayer.hpp.

◆ _10

const char* AnimationRandomPlayer::_10

Definition at line 18 of file AnimationRandomPlayer.hpp.

◆ _14

s32 AnimationRandomPlayer::_14

Definition at line 19 of file AnimationRandomPlayer.hpp.

◆ _18

s32 AnimationRandomPlayer::_18

Definition at line 20 of file AnimationRandomPlayer.hpp.

◆ _1C

f32 AnimationRandomPlayer::_1C

Definition at line 21 of file AnimationRandomPlayer.hpp.