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

Method setPosition

Engine/source/core/stream/bitStream.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168bool BitStream::setPosition(const U32 pos)
169{
170 bitNum = pos << 3;
171 return (true);
172}
173
174U32 BitStream::getStreamSize()
175{

Callers 3

initMethod · 0.45
getPacketStreamMethod · 0.45
streamObject.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected