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

Function Defeated03Check

src/SB/Game/zEntPlayer.cpp:1926–1930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924}
1925
1926static U32 Defeated03Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1927{
1928 zGameExtras_CheatFlags();
1929 return globals.player.Health == 0 && player_dead_anim % tran->UserFlags + 1 == 3;
1930}
1931
1932static U32 Defeated04Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1933{

Callers

nothing calls this directly

Calls 1

zGameExtras_CheatFlagsFunction · 0.85

Tested by

no test coverage detected