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

Method FindNext

core/logic_bridge.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 return filesystem->FindFirstEx(pWildCard, pPathID, pHandle);
108 }
109 const char *FindNext(FileFindHandle_t handle) override
110 {
111 return filesystem->FindNext(handle);
112 }
113 bool FindIsDirectory(FileFindHandle_t handle) override
114 {
115 return filesystem->FindIsDirectory(handle);

Callers 2

sm_ReadDirEntryFunction · 0.80
UpdateMapListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected