Go to the source code of this file.
Functions | |
void | entity_BlueWarpPipe_setupGfx (s32 entityIndex) |
void | entity_BlueWarpPipe_check_if_active (Entity *entity) |
void | entity_BlueWarpPipe_rise_up (Entity *entity) |
void | entity_BlueWarpPipe_wait_for_player_to_get_off (Entity *entity) |
void | entity_BlueWarpPipe_idle (Entity *entity) |
void | entity_BlueWarpPipe_set_player_move_to_center (Entity *entity) |
void | entity_BlueWarpPipe_wait_player_move_to_center (Entity *entity) |
void | entity_BlueWarpPipe_enter_pipe_init (Entity *bluePipe) |
void | entity_BlueWarpPipe_enter_pipe_update (Entity *entity) |
void | entity_BlueWarpPipe_start_bound_script (Entity *entity) |
void | entity_init_BlueWarpPipe (Entity *entity) |
void entity_BlueWarpPipe_setupGfx | ( | s32 | entityIndex | ) |
Definition at line 153 of file BlueWarpPipe.c.
Referenced by entity_init_BlueWarpPipe().
void entity_BlueWarpPipe_check_if_active | ( | Entity * | entity | ) |
Definition at line 19 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_rise_up | ( | Entity * | entity | ) |
Definition at line 29 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_wait_for_player_to_get_off | ( | Entity * | entity | ) |
Definition at line 41 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_idle | ( | Entity * | entity | ) |
Definition at line 65 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_set_player_move_to_center | ( | Entity * | entity | ) |
Definition at line 86 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_wait_player_move_to_center | ( | Entity * | entity | ) |
Definition at line 109 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_enter_pipe_init | ( | Entity * | bluePipe | ) |
Definition at line 117 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_enter_pipe_update | ( | Entity * | entity | ) |
Definition at line 130 of file BlueWarpPipe.c.
void entity_BlueWarpPipe_start_bound_script | ( | Entity * | entity | ) |
Definition at line 145 of file BlueWarpPipe.c.
void entity_init_BlueWarpPipe | ( | Entity * | entity | ) |
Definition at line 170 of file BlueWarpPipe.c.
|
extern |
Definition at line 57 of file BlueWarpPipe.c.
|
extern |
Definition at line 47 of file BlueWarpPipe.c.
Referenced by entity_BlueWarpPipe_setupGfx().
EntityScript Entity_BlueWarpPipe_Script |
Definition at line 188 of file BlueWarpPipe.c.
EntityModelScript Entity_BlueWarpPipe_RenderScript = STANDARD_ENTITY_MODEL_SCRIPT(Entity_BlueWarpPipe_RenderPipe, RENDER_MODE_SURFACE_OPA) |
Definition at line 201 of file BlueWarpPipe.c.
EntityBlueprint Entity_BlueWarpPipe |
Definition at line 203 of file BlueWarpPipe.c.