Go to the source code of this file.
Macros | |
#define | TEST_MOVE_AT_ANGLE(testFunc, angle) |
Enumerations | |
enum | { RIDE_STATE_BEGIN = 40 , RIDE_STATE_DELAY = 41 , RIDE_STATE_MOUNT_1 = 100 , RIDE_STATE_MOUNT_2 = 101 , RIDE_STATE_MOUNT_3 = 102 , RIDE_STATE_MOUNT_4 = 103 , RIDE_STATE_START_RIDING = 104 , RIDE_STATE_RIDING = 1 , RIDE_STATE_DISMOUNT_1 = 3 , RIDE_STATE_DISMOUNT_2 = 4 , RIDE_STATE_DISMOUNT_3 = 5 , RIDE_STATE_FINISH_1 = 10 , RIDE_STATE_FINISH_2 = 11 } |
enum | { PUT_AWAY_DISMOUNT_1 = 0 , PUT_AWAY_DISMOUNT_2 = 1 , PUT_AWAY_DISMOUNT_3 = 2 , PUT_AWAY_FINISH_1 = 3 , PUT_AWAY_FINISH_2 = 4 , PUT_AWAY_FINISH_3 = 5 } |
enum | { MOUNT_STATE_NONE = 0 , MOUNT_STATE_IN_PROGRESS = 1 , MOUNT_STATE_DONE = 2 } |
Functions | |
void N | offset_player_from_camera (f32 arg0) |
void N | sync_player_position (void) |
void N | init (Npc *lakilester) |
void N | try_cancel_tweester (Npc *lakilester) |
void N | get_movement_from_input (f32 *outAngle, f32 *outSpeed) |
s32 N | can_dismount (void) |
s32 N | test_mounting_height_adjustment (Npc *lakilester, f32 height, f32 dist) |
void N | apply_riding_static_collisions (Npc *lakilester) |
void N | update_riding_physics (Npc *lakilester) |
s32 N | test_dismount_height (f32 *posY) |
void N | pre_battle (Npc *lakilester) |
void N | post_battle (Npc *lakilester) |
Definition at line 22 of file lakilester.c.
Enumerator | |
---|---|
PUT_AWAY_DISMOUNT_1 | |
PUT_AWAY_DISMOUNT_2 | |
PUT_AWAY_DISMOUNT_3 | |
PUT_AWAY_FINISH_1 | |
PUT_AWAY_FINISH_2 | |
PUT_AWAY_FINISH_3 |
Definition at line 39 of file lakilester.c.
Enumerator | |
---|---|
MOUNT_STATE_NONE | |
MOUNT_STATE_IN_PROGRESS | |
MOUNT_STATE_DONE |
Definition at line 48 of file lakilester.c.
Definition at line 1168 of file lakilester.c.
Definition at line 56 of file lakilester.c.
Definition at line 77 of file lakilester.c.
Definition at line 206 of file lakilester.c.
Definition at line 215 of file lakilester.c.
Referenced by update_riding_physics().
s32 N can_dismount | ( | void | ) |
Definition at line 233 of file lakilester.c.
Definition at line 282 of file lakilester.c.
Definition at line 312 of file lakilester.c.
Referenced by update_riding_physics().
Definition at line 368 of file lakilester.c.
s32 N test_dismount_height | ( | f32 * | posY | ) |
Definition at line 579 of file lakilester.c.
Definition at line 1136 of file lakilester.c.
Definition at line 1152 of file lakilester.c.
EvtScript EVS_WorldLakilester_TakeOut |
Definition at line 109 of file lakilester.c.
EvtScript EVS_WorldLakilester_Update |
EvtScript EVS_WorldLakilester_UseAbility |
Definition at line 992 of file lakilester.c.
EvtScript EVS_WorldLakilester_PutAway |