MCPcopy 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

copyMethod · 0.45
writeBitsMethod · 0.45
readBitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected