Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zEntTriggerReset
Function
zEntTriggerReset
src/SB/Game/zEntTrigger.cpp:221–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void zEntTriggerReset(zEntTrigger* ent)
222
{
223
ent->entered = 0;
224
225
zEntReset(ent);
226
}
227
228
bool zEntTriggerHitsSphere(const zEntTrigger& trig, const xSphere& o, const xVec3& dir)
229
{
Callers
1
zEntTriggerEventCB
Function · 0.85
Calls
1
zEntReset
Function · 0.70
Tested by
no test coverage detected