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

Function BoulderVEventCB

src/SB/Game/zEntPlayer.cpp:4121–4130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4119}
4120
4121static S32 BoulderVEventCB(xBase* from, xBase* to, U32 toEvent, const F32* toParam,
4122 xBase* toParamWidget)
4123{
4124 if (toEvent == eEventKill || toEvent == eEventHit)
4125 {
4126 boulderRollShouldEnd = 1;
4127 }
4128
4129 return xEntBoulderEventCB(from, to, toEvent, toParam, toParamWidget);
4130}
4131
4132static void zEntPlayer_BoulderVehicleRender(zEnt* ent)
4133{

Callers

nothing calls this directly

Calls 1

xEntBoulderEventCBFunction · 0.50

Tested by

no test coverage detected