Go to the source code of this file.
Functions | |
void | entity_Chest_adjust_camera (Entity *entity) |
void | entity_Chest_reset_camera (Entity *entity) |
void | entity_Chest_setupGfx (s32 entityIndex) |
void | entity_Chest_check_opened (Entity *entity) |
void | entity_Chest_idle (Entity *entity) |
void | entity_Chest_begin_opening (Entity *entity) |
void | entity_Chest_open (Entity *entity) |
void | entity_Chest_close (Entity *entity) |
void | entity_GiantChest_hide_effect (Entity *entity) |
void | entity_GiantChest_open (Entity *entity) |
void | entity_GiantChest_give_equipment (Entity *entity) |
void | entity_Chest_start_bound_script (Entity *entity) |
void | entity_Chest_enable_player_input (Entity *entity) |
void | entity_GiantChest_await_got_item (Entity *entity) |
void | entity_Chest_clear_item_id (Entity *entity) |
void | entity_Chest_readargs (Entity *entity) |
void | entity_GiantChest_init (Entity *entity) |
void | entity_Chest_init (Entity *entity) |
void entity_Chest_adjust_camera | ( | Entity * | entity | ) |
Definition at line 67 of file Chest.c.
void entity_Chest_reset_camera | ( | Entity * | entity | ) |
Definition at line 86 of file Chest.c.
void entity_Chest_setupGfx | ( | s32 | entityIndex | ) |
Definition at line 100 of file Chest.c.
Referenced by entity_Chest_init(), and entity_GiantChest_init().
void entity_Chest_check_opened | ( | Entity * | entity | ) |
Definition at line 119 of file Chest.c.
void entity_Chest_idle | ( | Entity * | entity | ) |
Definition at line 129 of file Chest.c.
void entity_Chest_begin_opening | ( | Entity * | entity | ) |
Definition at line 156 of file Chest.c.
void entity_Chest_open | ( | Entity * | entity | ) |
Definition at line 165 of file Chest.c.
Referenced by entity_GiantChest_open().
void entity_Chest_close | ( | Entity * | entity | ) |
Definition at line 222 of file Chest.c.
void entity_GiantChest_hide_effect | ( | Entity * | entity | ) |
void entity_GiantChest_open | ( | Entity * | entity | ) |
Definition at line 271 of file Chest.c.
void entity_GiantChest_give_equipment | ( | Entity * | entity | ) |
Definition at line 367 of file Chest.c.
void entity_Chest_start_bound_script | ( | Entity * | entity | ) |
void entity_Chest_enable_player_input | ( | Entity * | entity | ) |
void entity_GiantChest_await_got_item | ( | Entity * | entity | ) |
Definition at line 421 of file Chest.c.
void entity_Chest_clear_item_id | ( | Entity * | entity | ) |
void entity_Chest_readargs | ( | Entity * | entity | ) |
Definition at line 441 of file Chest.c.
Referenced by entity_Chest_init(), and entity_GiantChest_init().
void entity_GiantChest_init | ( | Entity * | entity | ) |
void entity_Chest_init | ( | Entity * | entity | ) |
EntityScript Entity_Chest_ScriptOpened |
Definition at line 479 of file Chest.c.
Referenced by entity_Chest_check_opened().
|
extern |
Definition at line 150 of file Chest.c.
|
extern |
Definition at line 110 of file Chest.c.
Referenced by entity_Chest_setupGfx().
|
extern |
Definition at line 58 of file Chest.c.
Referenced by entity_Chest_setupGfx().
EvtScript Entity_Chest_AdjustCam_ISK |
Definition at line 19 of file Chest.c.
Referenced by entity_Chest_adjust_camera().
EvtScript Entity_Chest_ResetCam_ISK |
EvtScript Entity_Chest_AdjustCam_TIK |
EvtScript Entity_Chest_AdjustCam_KZN |
EvtScript Entity_Chest_ResetCam_Default |
EntityScript Entity_GiantChest_Script |
EntityScript Entity_Chest_Script |
EntityModelScript Entity_Chest_RenderScript = STANDARD_ENTITY_MODEL_SCRIPT(Entity_Chest_RenderBox, RENDER_MODE_SURFACE_OPA) |
EntityBlueprint Entity_GiantChest |
Definition at line 498 of file Chest.c.
EntityBlueprint Entity_Chest |
Definition at line 510 of file Chest.c.