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

Function zThrownCollide_BSandyHead

src/SB/Game/zThrown.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void zThrownCollide_BSandyHead(zThrownStruct* thrown, xEntCollis* collis, F32* bounce,
153 F32* friction)
154{
155 sThrowButtonMask = 0x40;
156 zThrownCollide_CauseDamage(thrown, collis);
157 *bounce = 0.0f;
158 *friction = 0.0f;
159}
160
161void zThrownCollide_Tiki(zThrownStruct* thrown, xEntCollis* collis, F32* bounce, F32* friction)
162{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected