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

Method IsError

CrySystem/RefReadStreamProxy.cpp:52–55  ·  view source on GitHub ↗

returns true if the file read was not successful.

Source from the content-addressed store, hash-verified

50
51// returns true if the file read was not successful.
52bool CRefReadStreamProxy::IsError()
53{
54 return m_bError;
55}
56
57// returns true if the file read was completed (successfully or unsuccessfully)
58// check IsError to check if the whole requested file (piece) was read

Callers 2

StartReadMethod · 0.45
StreamOnCompleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected