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

Function zEntSetup

src/SB/Game/zEnt.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void zEntSetup(zEnt* ent)
202{
203 xEntSetup(ent);
204 checkpoint_collision_hack(ent);
205}
206
207// Equivalent
208// This function needs to be declared inline to generate the correct mangled name for model_id

Callers 7

zPendulum_SetupFunction · 0.85
zEntSimpleObj_SetupFunction · 0.85
zEntButton_SetupFunction · 0.85
zEGenerator_SetupFunction · 0.85
zEntPickup_SetupFunction · 0.85
zEntDestructObj_SetupFunction · 0.85
zPlatform_SetupFunction · 0.85

Calls 2

xEntSetupFunction · 0.50

Tested by

no test coverage detected