Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zEntTeleportBox_isClosed
Function
zEntTeleportBox_isClosed
src/SB/Game/zEntTeleportBox.cpp:421–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
419
}
420
421
S32 zEntTeleportBox_isClosed(_zEntTeleportBox* ent)
422
{
423
return zEntTeleportBox_isOpen(ent) == 0;
424
}
425
426
S32 zEntTeleportBox_playerIn()
427
{
Callers
1
zEntTeleportBox_Update
Function · 0.85
Calls
1
zEntTeleportBox_isOpen
Function · 0.85
Tested by
no test coverage detected