Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2758
static int MapExists( const FString &mapname )
2759
{
2760
return P_CheckMapData(mapname.GetChars());
2761
}
2762
2763
DEFINE_ACTION_FUNCTION_NATIVE(_LevelInfo, MapExists, MapExists)
2764
{
Callers
1
DEFINE_ACTION_FUNCTION_NATIVE
Function · 0.85
Calls
2
P_CheckMapData
Function · 0.85
GetChars
Method · 0.45
Tested by
no test coverage detected