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

Method IsMapValid

core/HalfLife2.cpp:1441–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439}
1440
1441bool CHalfLife2::IsMapValid(const char *map)
1442{
1443 if (!map || !map[0])
1444 return false;
1445
1446 return FindMap(map) != SMFindMapResult::NotFound;
1447}
1448
1449#if SOURCE_ENGINE < SE_ORANGEBOX
1450class VKeyValuesSS_Helper {};

Callers 6

IsMapValidFunction · 0.80
SetNextMapMethod · 0.80
HookChangeLevelMethod · 0.80
FindMapMethod · 0.80
UpdateMapListMethod · 0.80
GetMapListMethod · 0.80

Calls 1

FindMapFunction · 0.85

Tested by

no test coverage detected