MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / ReadBitStream

Method ReadBitStream

CryGame/BitStream_Base.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool CBitStream_Base::ReadBitStream( CStream &stm, int8 &Value, const eBitStreamHint eHint )
32{
33 return stm.Read((char&)Value);
34}
35
36// -------------------------------------------------------------------------------------------------------------------
37// -------------------------------------------------------------------------------------------------------------------

Callers 11

ReadMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
LoadFromStreamMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected