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

Function zThrownCollide_Tiki

src/SB/Game/zThrown.cpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void zThrownCollide_Tiki(zThrownStruct* thrown, xEntCollis* collis, F32* bounce, F32* friction)
162{
163 sThrowButtonMask = 0x40;
164 zThrownCollide_CauseDamage(thrown, collis);
165 *bounce = 0.0f;
166 *friction = 0.0f;
167 zEntEvent(thrown->ent, eEventDestroy);
168}
169
170// WIP.
171S32 zThrown_IsFruit(xEnt* ent, F32* stackHeight)

Callers

nothing calls this directly

Calls 2

zEntEventFunction · 0.50

Tested by

no test coverage detected