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

Function Defeated04Check

src/SB/Game/zEntPlayer.cpp:1932–1936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1930}
1931
1932static U32 Defeated04Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1933{
1934 zGameExtras_CheatFlags();
1935 return globals.player.Health == 0 && player_dead_anim % tran->UserFlags + 1 == 4;
1936}
1937
1938static U32 Defeated05Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3)
1939{

Callers

nothing calls this directly

Calls 1

zGameExtras_CheatFlagsFunction · 0.85

Tested by

no test coverage detected