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

Method Write

core/logic/smn_filesystem.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 return bridge->filesystem->ReadLine(pOut, size, handle_);
132 }
133 size_t Write(const void *pData, int size) override {
134 return (size_t)bridge->filesystem->Write(pData, size, handle_);
135 }
136 bool Seek(int pos, int seek_type) override {
137 bridge->filesystem->Seek(handle_, pos, seek_type);
138 return !HasError();

Callers 3

sm_WriteFileFunction · 0.45
sm_WriteFileStringFunction · 0.45
File_WriteTypedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected