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

Public Member Functions

 TalkTextFormer (LayoutActor *, const char *)
 
void formMessage (const wchar_t *, s32)
 
void setArg (const CustomTagArg &, s32)
 
bool nextPage ()
 
bool hasNextPage () const
 
void updateTalking ()
 
bool isTextAppearedAll () const
 

Public Attributes

LayoutActormHostActor
 
const wchar_t * mMsg
 
u32 _8
 
const char * mPaneName
 

Detailed Description

Definition at line 6 of file TalkTextFormer.hpp.

Member Data Documentation

◆ mHostActor

LayoutActor* TalkTextFormer::mHostActor

Definition at line 17 of file TalkTextFormer.hpp.

◆ mMsg

const wchar_t* TalkTextFormer::mMsg

Definition at line 18 of file TalkTextFormer.hpp.

◆ _8

u32 TalkTextFormer::_8

Definition at line 19 of file TalkTextFormer.hpp.

◆ mPaneName

const char* TalkTextFormer::mPaneName

Definition at line 20 of file TalkTextFormer.hpp.