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

Function zEntDestructObj_isDestroyed

src/SB/Game/zEntDestructObj.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359U32 zEntDestructObj_isDestroyed(zEntDestructObj* ent)
360{
361 return ent->state == 2 ? TRUE : FALSE;
362}
363
364void zEntDestructObj_DestroyFX(zEntDestructObj* ent)
365{

Callers 1

can_damageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected