MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getWriteByteSize

Method getWriteByteSize

Engine/source/core/stream/bitStream.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190U32 BitStream::getWriteByteSize()
191{
192 return (maxWriteBitNum >> 3) - getPosition();
193}
194
195void BitStream::clear()
196{

Callers 3

packUpdateMethod · 0.80
packUpdateMethod · 0.80
packUpdateMethod · 0.80

Calls 1

getPositionFunction · 0.85

Tested by

no test coverage detected