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

Function state_byte_size

src/SB/Game/zDiscoFloor.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 size_t state_byte_size(size_t mask_size)
308 {
309 return (((mask_size << 1) + 7) >> 3);
310 }
311
312 void update_state(z_disco_floor& df, F32 dt)
313 {

Callers 4

update_transitionFunction · 0.85
update_stateFunction · 0.85
loadMethod · 0.85
set_stateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected