Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/gzdoom
/ P_IsBuildMap
Function
P_IsBuildMap
src/p_openmap.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
inline bool P_IsBuildMap(MapData *map)
50
{
51
return false;
52
}
53
54
//===========================================================================
55
//
Callers
1
P_OpenMapData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected