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

Function SetLaraFallBackAnimation

TombEngine/Game/Lara/lara_helpers.cpp:1510–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508}
1509
1510void SetLaraFallBackAnimation(ItemInfo* item)
1511{
1512 SetAnimation(item, LA_FALL_BACK);
1513 item->Animation.IsAirborne = true;
1514 item->Animation.Velocity.y = 0.0f;
1515}
1516
1517void SetLaraMonkeyFallAnimation(ItemInfo* item)
1518{

Callers 3

lara_col_run_backFunction · 0.85
lara_col_roll_180_backFunction · 0.85
lara_col_slide_backFunction · 0.85

Calls 1

SetAnimationFunction · 0.85

Tested by

no test coverage detected