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

Method WriteBitStream

CryGame/BitStream_Base.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26bool CBitStream_Base::WriteBitStream( CStream &stm, const int8 Value, const eBitStreamHint eHint )
27{
28 return stm.Write(Value);
29}
30
31bool CBitStream_Base::ReadBitStream( CStream &stm, int8 &Value, const eBitStreamHint eHint )
32{

Callers 9

WriteMethod · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
SaveToStreamMethod · 0.45
SendRequestScriptHashMethod · 0.45
UpdateMethod · 0.45
BuildAndSendSnapshotMethod · 0.45
SendInputToServerMethod · 0.45

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected