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

Method Write

core/logic_bridge.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 return filesystem->Read(pOutput, size, file);
152 }
153 int Write(void const* pInput, int size, FileHandle_t file) override
154 {
155 return filesystem->Write(pInput, size, file);
156 }
157 void Seek(FileHandle_t file, int pos, int seekType) override
158 {
159 filesystem->Seek(file, pos, (FileSystemSeek_t) seekType);

Callers 4

SubMainMethod · 0.45
PrintHelpMethod · 0.45
PrintTemplateHelpMethod · 0.45
WriteFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected