MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / MapExists

Function MapExists

src/scripting/vmthunks.cpp:2758–2761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2756}
2757
2758static int MapExists( const FString &mapname )
2759{
2760 return P_CheckMapData(mapname.GetChars());
2761}
2762
2763DEFINE_ACTION_FUNCTION_NATIVE(_LevelInfo, MapExists, MapExists)
2764{

Callers 1

Calls 2

P_CheckMapDataFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected