MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetReadCount

Method GetReadCount

neo/framework/FileSystem.cpp:372–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 virtual void ResetReadCount( void ) { readCount = 0; }
371 virtual void AddToReadCount( int c ) { readCount += c; }
372 virtual int GetReadCount( void ) { return readCount; }
373 virtual void FindDLL( const char *basename, char dllPath[ MAX_OSPATH ] );
374 virtual void ClearDirCache( void );
375 virtual bool HasD3XP( void );

Callers 6

ExecuteMapChangeMethod · 0.45
PacifierUpdateMethod · 0.45
HuffmanDecompressTextFunction · 0.45
TellMethod · 0.45
ReadMessageDataMethod · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected