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

Function checkAgainstButtons

src/SB/Game/zThrown.cpp:204–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void checkAgainstButtons(xEnt* ent)
205{
206 struct
207 {
208 xVec3 center;
209 F32 unk;
210 } data;
211 xVec3Copy(&data.center, xBoundCenter(&ent->bound));
212 data.unk = 0.5f;
213 zSceneForAllBase(zThrown_ButtonIteratorCB, 0x18, (void*)&data);
214}
215
216void xDrawSphere(const xSphere*, U32)
217{

Callers

nothing calls this directly

Calls 3

xVec3CopyFunction · 0.85
xBoundCenterFunction · 0.85
zSceneForAllBaseFunction · 0.70

Tested by

no test coverage detected