Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
void zCollGeom_CamEnable(xEnt* ent)
137
{
138
if (!ent->camcollModel)
139
{
140
ent->camcollModel = ent->model;
141
}
142
}
143
144
void zCollGeom_CamDisable(xEnt* ent)
145
{
Callers
7
zPendulumEventCB
Function · 0.85
zEntSimpleObjEventCB
Function · 0.85
zEntButtonEventCB
Function · 0.85
zEGeneratorEventCB
Function · 0.85
zEntDestructObjEventCB
Function · 0.85
zPlatformEventCB
Function · 0.85
xEntBoulderEventCB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected