SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DemoCtrlBase Class Reference

Public Member Functions

 DemoCtrlBase (LiveActor *, const char *)
 
void init (const JMapInfoIter &)
 
void end ()
 
void update ()
 
bool isDone () const
 
bool isExistEndFrame () const
 
bool tryStart ()
 

Public Attributes

LiveActormActor
 
u32 _4
 
const char * _8
 
s32 _C
 
s8 _10
 

Detailed Description

Definition at line 8 of file DemoCtrlBase.hpp.

Member Data Documentation

◆ mActor

LiveActor* DemoCtrlBase::mActor

Definition at line 19 of file DemoCtrlBase.hpp.

◆ _4

u32 DemoCtrlBase::_4

Definition at line 20 of file DemoCtrlBase.hpp.

◆ _8

const char* DemoCtrlBase::_8

Definition at line 21 of file DemoCtrlBase.hpp.

◆ _C

s32 DemoCtrlBase::_C

Definition at line 22 of file DemoCtrlBase.hpp.

◆ _10

s8 DemoCtrlBase::_10

Definition at line 23 of file DemoCtrlBase.hpp.