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

Functions

 UNK_BSS (1109) UNK_BSS(1107) UNK_BSS(1105) UNK_BSS(1104) UNK_BSS(1099) UNK_BSS(1097) UNK_BSS(1095) UNK_BSS(1094) UNK_BSS(1057) UNK_BSS(1055) UNK_BSS(1053) UNK_BSS(1052) UNK_BSS(1014) UNK_BSS(1012) UNK_BSS(1010) UNK_BSS(1009) static daGlwSph_HIO_c l_HIO
 
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 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

◆ UNK_BSS()

UNK_BSS ( 1109  )

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
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:64
static actor_method_class l_daGlwSph_Method
Definition d_a_obj_glowSphere.cpp:521
@ PROC_Obj_glowSphere
Definition d_procname.h:384
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ 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:
= {
}
T cLib_calcTimer(T *value)
Definition c_lib.h:79
static int daGlwSph_Draw(daGlwSph_c *i_this)
Definition d_a_obj_glowSphere.cpp:376
static int daGlwSph_Create(fopAc_ac_c *i_this)
Definition d_a_obj_glowSphere.cpp:391
static int daGlwSph_Execute(daGlwSph_c *i_this)
Definition d_a_obj_glowSphere.cpp:381
static int daGlwSph_Delete(daGlwSph_c *i_this)
Definition d_a_obj_glowSphere.cpp:386
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_prmColor

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