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

Method ResetReadCount

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

Source from the content-addressed store, hash-verified

368 virtual void CloseFile( idFile *f );
369 virtual void BackgroundDownload( backgroundDownload_t *bgl );
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 ] );

Callers 1

ExecuteMapChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected