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

Function zEntEventAll

src/SB/Game/zEnt.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void zEntEventAll(xBase* from, U32 fromEvent, U32 toEvent, F32* toParam)
286{
287 zScene* s = globals.sceneCur;
288 for (U16 i = 0; i < s->num_base; i++)
289 {
290 zEntEvent(from, fromEvent, s->base[i], toEvent, toParam, NULL, 0);
291 }
292}
293
294void zEntEventAllOfType(xBase* from, U32 fromEvent, U32 toEvent, F32* toParam, U32 type)
295{

Callers 4

zSceneExitFunction · 0.70
zSceneResetFunction · 0.70
zGameSetupFunction · 0.70
zMenuSetupFunction · 0.70

Calls 1

zEntEventFunction · 0.50

Tested by

no test coverage detected