Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
U32 BitStream::getPosition() const
163
{
164
return (bitNum + 7) >> 3;
165
}
166
167
168
bool BitStream::setPosition(const U32 pos)
Callers
5
_pullNextPage
Method · 0.45
_packetin
Method · 0.45
copyFrom
Method · 0.45
sendPacketStream
Method · 0.45
streamObject.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected