Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zSurfaceOutOfBounds
Function
zSurfaceOutOfBounds
src/SB/Game/zSurface.cpp:213–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
U8 zSurfaceOutOfBounds(const xSurface& s)
214
{
215
if (s.moprops)
216
{
217
return ((zSurfaceProps*)s.moprops)->asset->phys_flags >> 4 & 1;
218
}
219
return 0;
220
}
221
222
F32 zSurfaceGetSlideStartAngle(const xSurface* surf)
223
{
Callers
1
update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected