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

Function zCollGeom_CamEnable

src/SB/Game/zCollGeom.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void zCollGeom_CamEnable(xEnt* ent)
137{
138 if (!ent->camcollModel)
139 {
140 ent->camcollModel = ent->model;
141 }
142}
143
144void zCollGeom_CamDisable(xEnt* ent)
145{

Callers 7

zPendulumEventCBFunction · 0.85
zEntSimpleObjEventCBFunction · 0.85
zEntButtonEventCBFunction · 0.85
zEGeneratorEventCBFunction · 0.85
zEntDestructObjEventCBFunction · 0.85
zPlatformEventCBFunction · 0.85
xEntBoulderEventCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected