Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
bool BitStream::setPosition(const U32 pos)
169
{
170
bitNum = pos << 3;
171
return (true);
172
}
173
174
U32 BitStream::getStreamSize()
175
{
Callers
3
init
Method · 0.45
getPacketStream
Method · 0.45
streamObject.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected