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

Method getPosition

Engine/source/core/stream/bitStream.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162U32 BitStream::getPosition() const
163{
164 return (bitNum + 7) >> 3;
165}
166
167
168bool BitStream::setPosition(const U32 pos)

Callers 5

_pullNextPageMethod · 0.45
_packetinMethod · 0.45
copyFromMethod · 0.45
sendPacketStreamMethod · 0.45
streamObject.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected