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

Function P_CheckMapData

src/p_openmap.cpp:378–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378bool P_CheckMapData(const char *mapname)
379{
380 MapData *mapd = P_OpenMapData(mapname, true);
381 if (mapd == NULL) return false;
382 delete mapd;
383 return true;
384}
385
386//===========================================================================
387//

Callers 10

D_DoAdvanceDemoFunction · 0.85
CheckCmdLineFunction · 0.85
CCMDFunction · 0.85
UNSAFE_CCMDFunction · 0.85
G_InitNewFunction · 0.85
GetSecretExitMapMethod · 0.85
CCMDFunction · 0.85
CheckLevelRedirectMethod · 0.85
ParseEpisodeInfoMethod · 0.85
MapExistsFunction · 0.85

Calls 1

P_OpenMapDataFunction · 0.85

Tested by

no test coverage detected