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

Public Member Functions

void registerCast (LiveActor *)
 
void registerFunctor (const LiveActor *, const MR::FunctorBase &)
 
void registerNerve (const LiveActor *, const Nerve *)
 

Public Attributes

u8 _0 [0x1C]
 
s32 mCastCount
 
LiveActor ** mCastList
 
MR::FunctorBase ** mFunctors
 
const Nerve ** mNerves
 

Detailed Description

Definition at line 8 of file DemoActionKeeper.hpp.

Member Function Documentation

◆ registerCast()

void DemoActionInfo::registerCast ( LiveActor * pActor)

Definition at line 3 of file DemoActionKeeper.cpp.

◆ registerFunctor()

void DemoActionInfo::registerFunctor ( const LiveActor * pActor,
const MR::FunctorBase & rFunctor )

Definition at line 8 of file DemoActionKeeper.cpp.

◆ registerNerve()

void DemoActionInfo::registerNerve ( const LiveActor * pActor,
const Nerve * pNerve )

Definition at line 17 of file DemoActionKeeper.cpp.

Member Data Documentation

◆ _0

u8 DemoActionInfo::_0[0x1C]

Definition at line 16 of file DemoActionKeeper.hpp.

◆ mCastCount

s32 DemoActionInfo::mCastCount

Definition at line 17 of file DemoActionKeeper.hpp.

◆ mCastList

LiveActor** DemoActionInfo::mCastList

Definition at line 18 of file DemoActionKeeper.hpp.

◆ mFunctors

MR::FunctorBase** DemoActionInfo::mFunctors

Definition at line 19 of file DemoActionKeeper.hpp.

◆ mNerves

const Nerve** DemoActionInfo::mNerves

Definition at line 20 of file DemoActionKeeper.hpp.