MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SetLaraFallAnimation

Function SetLaraFallAnimation

TombEngine/Game/Lara/lara_helpers.cpp:1503–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1501}
1502
1503void SetLaraFallAnimation(ItemInfo* item)
1504{
1505 SetAnimation(item, LA_FALL_START);
1506 item->Animation.IsAirborne = true;
1507 item->Animation.Velocity.y = 0.0f;
1508}
1509
1510void SetLaraFallBackAnimation(ItemInfo* item)
1511{

Callers 15

lara_col_jump_prepareFunction · 0.85
lara_col_walk_forwardFunction · 0.85
lara_col_run_forwardFunction · 0.85
lara_col_idleFunction · 0.85
lara_col_walk_backFunction · 0.85
lara_col_step_rightFunction · 0.85
lara_col_step_leftFunction · 0.85
lara_col_sprintFunction · 0.85
lara_col_sprint_diveFunction · 0.85
lara_col_sprint_slideFunction · 0.85
lara_col_crouch_idleFunction · 0.85

Calls 1

SetAnimationFunction · 0.85

Tested by

no test coverage detected