Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_evtmsg.cpp File Reference

Enumerations

enum  evt_cut_e { EVT_CUT_NONE_e , EVT_CUT_TALK_e , EVT_CUT_WAIT_e , NUM_EVT_CUTS_e }
 

Functions

static int daTag_EvtMsg_Create (void *i_this)
 
static int daTag_EvtMsg_Delete (void *i_this)
 
static int daTag_EvtMsg_Execute (void *i_this)
 
static int daTag_EvtMsg_Draw (void *i_this)
 
static int daTag_EvtMsg_IsDelete (void *i_this)
 

Variables

static char * l_myName = "EvtMsg"
 
static actor_method_class daTag_EvtMsg_MethodTable
 
actor_process_profile_definition g_profile_TAG_EVTMSG
 

Enumeration Type Documentation

◆ evt_cut_e

enum evt_cut_e

d_a_tag_evtmsg.cpp

Enumerator
EVT_CUT_NONE_e 
EVT_CUT_TALK_e 
EVT_CUT_WAIT_e 
NUM_EVT_CUTS_e 

Function Documentation

◆ daTag_EvtMsg_Create()

static int daTag_EvtMsg_Create ( void * i_this)
static

◆ daTag_EvtMsg_Delete()

static int daTag_EvtMsg_Delete ( void * i_this)
static

◆ daTag_EvtMsg_Draw()

static int daTag_EvtMsg_Draw ( void * i_this)
static

◆ daTag_EvtMsg_Execute()

static int daTag_EvtMsg_Execute ( void * i_this)
static

◆ daTag_EvtMsg_IsDelete()

static int daTag_EvtMsg_IsDelete ( void * i_this)
static

Variable Documentation

◆ daTag_EvtMsg_MethodTable

actor_method_class daTag_EvtMsg_MethodTable
static
Initial value:
= {
}
static int daTag_EvtMsg_Execute(void *i_this)
Definition d_a_tag_evtmsg.cpp:227
static int daTag_EvtMsg_Delete(void *i_this)
Definition d_a_tag_evtmsg.cpp:223
static int daTag_EvtMsg_Draw(void *i_this)
Definition d_a_tag_evtmsg.cpp:231
static int daTag_EvtMsg_IsDelete(void *i_this)
Definition d_a_tag_evtmsg.cpp:235
static int daTag_EvtMsg_Create(void *i_this)
Definition d_a_tag_evtmsg.cpp:219
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ g_profile_TAG_EVTMSG

actor_process_profile_definition g_profile_TAG_EVTMSG
Initial value:
= {
7,
sizeof(daTag_EvtMsg_c),
0,
0,
}
Definition d_a_tag_evtmsg.h:10
static actor_method_class daTag_EvtMsg_MethodTable
Definition d_a_tag_evtmsg.cpp:241
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:98
@ fopAcStts_UNK_0x4000_e
Definition f_op_actor.h:45
@ fopAcStts_UNK_0x40000_e
Definition f_op_actor.h:49
@ fopAc_ACTOR_e
Definition f_op_actor.h:66
@ fpcDwPi_TAG_MSG_e
Definition f_pc_draw_priority.h:301
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcNm_TAG_MSG_e
Definition f_pc_name.h:735
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:12
process_method_class base
Definition f_pc_leaf.h:12

◆ l_myName

char* l_myName = "EvtMsg"
static