Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Grass. More...
#include <d_a_grass.h>
Public Member Functions | |
int | createGrass () |
void | deleteGrass () |
void | executeGrass () |
void | drawGrass () |
void | newGrassData (cXyz &, int, u8, u8, s16, u8) |
int | createFlower () |
void | deleteFlower () |
void | executeFlower () |
void | drawFlower () |
void | newFlowerData (s8, cXyz &, int, s8, s16) |
int | create () |
int | Delete () |
int | execute () |
int | draw () |
Public Member Functions inherited from fopAc_ac_c | |
fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
Static Public Member Functions | |
static dGrass_packet_c * | getGrass () |
static dFlower_packet_c * | getFlower () |
static void | deleteRoomGrass (int) |
static void | deleteRoomFlower (int) |
Static Public Member Functions inherited from fopAc_ac_c | |
static void | setStopStatus (u32 status) |
Static Public Attributes | |
static daGrass_c * | m_myObj |
static dGrass_packet_c * | m_grass |
static dFlower_packet_c * | m_flower |
Static Public Attributes inherited from fopAc_ac_c | |
static u32 | stopStatus |
Additional Inherited Members | ||
Public Attributes inherited from fopAc_ac_c | ||
int | actor_type | |
create_tag_class | actor_tag | |
create_tag_class | draw_tag | |
profile_method_class * | sub_method | |
JKRSolidHeap * | heap | |
dEvt_info_c | eventInfo | |
dKy_tevstr_c | tevStr | |
u16 | setID | |
u8 | group | |
u8 | cullType | |
u8 | demoActorID | |
s8 | subtype | |
u8 | carryType | |
u32 | actor_status | |
u32 | actor_condition | |
fpc_ProcID | parentActorID | |
actor_place | home | |
actor_place | old | |
actor_place | current | |
csXyz | shape_angle | |
cXyz | scale | |
cXyz | speed | |
MtxP | cullMtx | |
union { | ||
cull_box box | ||
cull_sphere sphere | ||
} | cull | |
f32 | cullSizeFar | |
J3DModel * | model | |
dJntCol_c * | jntCol | |
f32 | speedF | |
f32 | gravity | |
f32 | maxFallSpeed | |
cXyz | eyePos | |
actor_attention_types | attention_info | |
s16 | field_0x560 | |
s16 | health | |
u8 | field_0x564 | |
u8 | field_0x565 | |
u8 | field_0x566 | |
s8 | field_0x567 | |
Public Attributes inherited from leafdraw_class | ||
base_process_class | mBase | |
leafdraw_method_class * | mpDrawMtd | |
s8 | mbUnk0 | |
u8 | mbUnk1 | |
draw_priority_class | mDwPi | |
Grass.
int daGrass_c::create | ( | ) |
int daGrass_c::createFlower | ( | ) |
int daGrass_c::createGrass | ( | ) |
|
inline |
void daGrass_c::deleteFlower | ( | ) |
void daGrass_c::deleteGrass | ( | ) |
|
inline |
void daGrass_c::drawFlower | ( | ) |
void daGrass_c::drawGrass | ( | ) |
|
inline |
void daGrass_c::executeFlower | ( | ) |
void daGrass_c::executeGrass | ( | ) |
|
inlinestatic |
|
inlinestatic |
void daGrass_c::newGrassData | ( | cXyz & | i_pos, |
int | i_roomNo, | ||
u8 | i_itemNo, | ||
u8 | i_itemBitNo, | ||
s16 | i_addCol, | ||
u8 | param_5 | ||
) |
|
static |
|
static |
|
static |