MCPcopy Create free account
hub / github.com/JACoders/OpenJK / ReadFile

Method ReadFile

code/cgame/FxSystem.cpp:95–98  ·  view source on GitHub ↗

------------------------------------------------------

Source from the content-addressed store, hash-verified

93
94//------------------------------------------------------
95int SFxHelper::ReadFile( void *data, int len, fileHandle_t fh )
96{
97 return cgi_FS_Read( data, len, fh );
98}
99
100//------------------------------------------------------
101void SFxHelper::CloseFile( fileHandle_t fh )

Callers

nothing calls this directly

Calls 1

cgi_FS_ReadFunction · 0.70

Tested by

no test coverage detected