![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Grass. More...
#include <d_a_grass.h>
Inheritance diagram for daGrass_c:
Collaboration diagram for daGrass_c:Public Member Functions | |
| bool | createGrass () |
| void | deleteGrass () |
| void | executeGrass () |
| void | drawGrass () |
| void | newGrassData (cXyz &, int, u8, u8, s16, u8) |
| bool | 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 () | |
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 | ||
| leafdraw_class | base | |
| 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 | argument | |
| 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 | |
| s8 | field_0x566 | |
| s8 | field_0x567 | |
Grass.
|
inline |
| bool daGrass_c::createFlower | ( | ) |
| bool daGrass_c::createGrass | ( | ) |
|
inline |
| void daGrass_c::deleteFlower | ( | ) |
| void daGrass_c::deleteGrass | ( | ) |
|
static |
|
static |
|
inline |
| void daGrass_c::drawFlower | ( | ) |
| void daGrass_c::drawGrass | ( | ) |
|
inline |
| void daGrass_c::executeFlower | ( | ) |
| void daGrass_c::executeGrass | ( | ) |
|
inlinestatic |
|
inlinestatic |
| void daGrass_c::newFlowerData | ( | s8 | param_0, |
| cXyz & | i_pos, | ||
| int | i_roomNo, | ||
| s8 | i_tableNo, | ||
| s16 | i_addCol ) |
| 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 |