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

Function zSurfaceGetOutOfBoundsDelay

src/SB/Game/zSurface.cpp:291–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291F32 zSurfaceGetOutOfBoundsDelay(const xSurface& s)
292{
293 if (s.moprops)
294 {
295 return ((zSurfaceProps*)s.moprops)->asset->oob_delay;
296 }
297
298 return -1.0f;
299}
300
301S32 zSurfaceGetSlickness(const xSurface* surf)
302{

Callers 1

update_max_out_timeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected