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

Method FindMap

core/HalfLife2.cpp:1248–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248SMFindMapResult CHalfLife2::FindMap(char *pMapName, size_t nMapNameMax)
1249{
1250 return this->FindMap(pMapName, pMapName, nMapNameMax);
1251}
1252
1253#ifdef PLATFORM_WINDOWS
1254bool CheckReservedFilename(const char *in, const char *reservedName)

Callers 1

FindMapFunction · 0.80

Calls 5

FormatMethod · 0.80
IsMapValidMethod · 0.80
FileExistsMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected