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

Functions

static int nodeCallBack (J3DJoint *i_joint, int param_1)
 
static int daTreeSh_create1st (daTreeSh_c *i_this)
 
static int daTreeSh_MoveBGDelete (daTreeSh_c *i_this)
 
static int daTreeSh_MoveBGExecute (daTreeSh_c *i_this)
 
static int daTreeSh_MoveBGDraw (daTreeSh_c *i_this)
 

Variables

static char * l_arcName = "M_TreeSh"
 
static daTreeSh_HIO_c l_HIO
 
static actor_method_class daTreeSh_METHODS
 
actor_process_profile_definition g_profile_TREESH
 

Function Documentation

◆ daTreeSh_create1st()

static int daTreeSh_create1st ( daTreeSh_c * i_this)
static

◆ daTreeSh_MoveBGDelete()

static int daTreeSh_MoveBGDelete ( daTreeSh_c * i_this)
static

◆ daTreeSh_MoveBGDraw()

static int daTreeSh_MoveBGDraw ( daTreeSh_c * i_this)
static

◆ daTreeSh_MoveBGExecute()

static int daTreeSh_MoveBGExecute ( daTreeSh_c * i_this)
static

◆ nodeCallBack()

static int nodeCallBack ( J3DJoint * i_joint,
int param_1 )
static

Variable Documentation

◆ daTreeSh_METHODS

actor_method_class daTreeSh_METHODS
static
Initial value:
= {
}
static int daTreeSh_create1st(daTreeSh_c *i_this)
Definition d_a_obj_treesh.cpp:137
static int daTreeSh_MoveBGExecute(daTreeSh_c *i_this)
Definition d_a_obj_treesh.cpp:146
static int daTreeSh_MoveBGDelete(daTreeSh_c *i_this)
Definition d_a_obj_treesh.cpp:142
static int daTreeSh_MoveBGDraw(daTreeSh_c *i_this)
Definition d_a_obj_treesh.cpp:150
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ g_profile_TREESH

actor_process_profile_definition g_profile_TREESH
extern
Initial value:
= {
3,
sizeof(daTreeSh_c),
0,
0,
431,
0x00040180,
}
Conifer Tree.
Definition d_a_obj_treesh.h:16
static actor_method_class daTreeSh_METHODS
Definition d_a_obj_treesh.cpp:154
@ PROC_TREESH
Definition d_procname.h:58
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:63
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:9
process_method_class base
Definition f_pc_leaf.h:12

◆ l_arcName

char* l_arcName = "M_TreeSh"
static

◆ l_HIO

daTreeSh_HIO_c l_HIO
static