Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getBits
Method
getBits
Engine/source/core/bitVector.h:84–84 ·
view source on GitHub ↗
Returns the bits.
Source
from the content-addressed store, hash-verified
82
83
/// Returns the bits.
84
const U8* getBits() const { return mBits; }
85
U8* getBits() { return mBits; }
86
87
/// @}
Callers
3
copy
Method · 0.45
writeBits
Method · 0.45
readBits
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected