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

Function zEntLoad

src/SB/Game/zEnt.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void zEntLoad(zEnt* ent, xSerial* s)
248{
249 xEntLoad(ent, s);
250}
251
252void zEntReset(zEnt* ent)
253{

Callers 11

zPendulum_LoadFunction · 0.85
zEntTriggerLoadFunction · 0.85
zEntSimpleObj_LoadFunction · 0.85
zEntButton_LoadFunction · 0.85
zEGenerator_LoadFunction · 0.85
zEntPickup_LoadFunction · 0.85
zEntHangable_LoadFunction · 0.85
zEntDestructObj_LoadFunction · 0.85
zPlatform_LoadFunction · 0.85
zUI_LoadFunction · 0.85
zEntTeleportBox_LoadFunction · 0.85

Calls 1

xEntLoadFunction · 0.50

Tested by

no test coverage detected