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

Function zEntEvent

src/SB/Core/x/xEvent.cpp:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9char zEventLogBuf[256][20];
10
11void zEntEvent(char* to, U32 toEvent)
12{
13 U32 id = xStrHash(to);
14 xBase* sendTo = zSceneFindObject(id);
15
16 if (sendTo)
17 {
18 zEntEvent(sendTo, toEvent);
19 }
20}
21
22void zEntEvent(U32 toID, U32 toEvent)
23{

Callers 15

xCMstopFunction · 0.70
xGroupEventCBFunction · 0.70
xEntBoulder_UpdateFunction · 0.70
xEntBoulder_BubbleBowlFunction · 0.70
xEntBoulderEventCBFunction · 0.70
xBoulderGenerator_LaunchFunction · 0.70
xSFXUpdateFunction · 0.70
xSkyDome_AddEntityFunction · 0.70
xTimerUpdateFunction · 0.70
xCounterEventCBFunction · 0.70

Calls 6

zSceneFindObjectFunction · 0.85
xBaseDisableFunction · 0.85
xBaseEnableFunction · 0.85
xBaseIsEnabledFunction · 0.85
xStrHashFunction · 0.70
xSTFindAssetFunction · 0.70

Tested by

no test coverage detected