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

Public Member Functions

 CustomTagArg (int a1, u32 a2)
 
 CustomTagArg (const wchar_t *a1, u32 a2)
 
void operator= (const CustomTagArg &rhs)
 

Public Attributes

union { 
 
   int   mIntArg 
 
   const wchar_t *   mCharArg 
 
};  
 
u32 _4
 

Detailed Description

Definition at line 9 of file TalkMessageCtrl.hpp.

Constructor & Destructor Documentation

◆ CustomTagArg() [1/2]

CustomTagArg::CustomTagArg ( int a1,
u32 a2 )
inline

Definition at line 11 of file TalkMessageCtrl.hpp.

◆ CustomTagArg() [2/2]

CustomTagArg::CustomTagArg ( const wchar_t * a1,
u32 a2 )
inline

Definition at line 12 of file TalkMessageCtrl.hpp.

Member Function Documentation

◆ operator=()

void CustomTagArg::operator= ( const CustomTagArg & rhs)
inline

Definition at line 14 of file TalkMessageCtrl.hpp.

Member Data Documentation

◆ mIntArg

int CustomTagArg::mIntArg

Definition at line 20 of file TalkMessageCtrl.hpp.

◆ mCharArg

const wchar_t* CustomTagArg::mCharArg

Definition at line 21 of file TalkMessageCtrl.hpp.

◆ _4

u32 CustomTagArg::_4

Definition at line 24 of file TalkMessageCtrl.hpp.