MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / AsSystemFile

Method AsSystemFile

core/logic/smn_filesystem.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 return NULL;
88 }
89 virtual SystemFile *AsSystemFile() {
90 return NULL;
91 }
92};
93
94class ValveFile : public FileObject

Callers 3

sm_WriteFileLineFunction · 0.45
sm_LogToOpenFileFunction · 0.45
sm_LogToOpenFileExFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected