MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / Defeated02Check

Function Defeated02Check

src/SB/Game/zEntPlayer.cpp:1920–1924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918}
1919
1920static U32 Defeated02Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1921{
1922 zGameExtras_CheatFlags();
1923 return globals.player.Health == 0 && player_dead_anim % tran->UserFlags + 1 == 2;
1924}
1925
1926static U32 Defeated03Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1927{

Callers

nothing calls this directly

Calls 1

zGameExtras_CheatFlagsFunction · 0.85

Tested by

no test coverage detected