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

Function zThrownCollide_DestructObj

src/SB/Game/zThrown.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void zThrownCollide_DestructObj(zThrownStruct* thrown, xEntCollis* collis, F32* bounce,
143 F32* friction)
144{
145 sThrowButtonMask = 0x40;
146 zThrownCollide_CauseDamage(thrown, collis);
147 *bounce = 0.0f;
148 *friction = 0.0f;
149 zEntEvent(thrown->ent, eEventDestroy);
150}
151
152void zThrownCollide_BSandyHead(zThrownStruct* thrown, xEntCollis* collis, F32* bounce,
153 F32* friction)

Callers

nothing calls this directly

Calls 2

zEntEventFunction · 0.50

Tested by

no test coverage detected