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

Functions

static int daGlwSph_Draw (daGlwSph_c *i_this)
 
static int daGlwSph_Execute (daGlwSph_c *i_this)
 
static int daGlwSph_Delete (daGlwSph_c *i_this)
 
static int daGlwSph_Create (fopAc_ac_c *i_this)
 

Variables

static daGlwSph_HIO_c l_HIO
 
static cull_box l_cull_box
 
static GXColor l_prmColor = {0xFF, 0xFF, 0xFF, 0xFF}
 
static GXColor l_envColor []
 
static actor_method_class l_daGlwSph_Method
 
actor_process_profile_definition g_profile_Obj_glowSphere
 

Function Documentation

◆ daGlwSph_Create()

static int daGlwSph_Create ( fopAc_ac_c * i_this)
static

◆ daGlwSph_Delete()

static int daGlwSph_Delete ( daGlwSph_c * i_this)
static

◆ daGlwSph_Draw()

static int daGlwSph_Draw ( daGlwSph_c * i_this)
static

◆ daGlwSph_Execute()

static int daGlwSph_Execute ( daGlwSph_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_glowSphere

actor_process_profile_definition g_profile_Obj_glowSphere
extern
Initial value:
= {
7,
sizeof(daGlwSph_c),
0,
0,
651,
0x00040000,
}
STAR Game Glow Sphere.
Definition d_a_obj_glowSphere.h:86
static actor_method_class l_daGlwSph_Method
Definition d_a_obj_glowSphere.cpp:461
@ PROC_Obj_glowSphere
Definition d_procname.h:388
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_cull_box

cull_box l_cull_box
static
Initial value:
= {
{-30.0f, -10.0f, -30.0f},
{30.0f, 60.0f, 30.0f}
}

◆ l_daGlwSph_Method

actor_method_class l_daGlwSph_Method
static
Initial value:
= {
}
static int daGlwSph_Draw(daGlwSph_c *i_this)
Definition d_a_obj_glowSphere.cpp:331
static int daGlwSph_Create(fopAc_ac_c *i_this)
Definition d_a_obj_glowSphere.cpp:343
static int daGlwSph_Execute(daGlwSph_c *i_this)
Definition d_a_obj_glowSphere.cpp:335
static int daGlwSph_Delete(daGlwSph_c *i_this)
Definition d_a_obj_glowSphere.cpp:339
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_envColor

GXColor l_envColor[]
static
Initial value:
= {
{0x3C, 0x1E, 0x3C, 0xFF},
{0xFF, 0x00, 0x32, 0xFF},
{0xC8, 0x78, 0x00, 0xFF},
{0x00, 0x32, 0xFF, 0xFF},
}

◆ l_HIO

daGlwSph_HIO_c l_HIO
static

◆ l_prmColor

GXColor l_prmColor = {0xFF, 0xFF, 0xFF, 0xFF}
static