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

Method FindClose

core/logic_bridge.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 return filesystem->FindIsDirectory(handle);
116 }
117 void FindClose(FileFindHandle_t handle) override
118 {
119 filesystem->FindClose(handle);
120 }
121 FileHandle_t Open(const char *pFileName, const char *pOptions, const char *pathID = 0) override
122 {
123 return filesystem->Open(pFileName, pOptions, pathID);

Callers 2

OnHandleDestroyMethod · 0.80
UpdateMapListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected