MCPcopy Create free account
hub / github.com/ZDoom/Raze / FindMapByIndex

Function FindMapByIndex

source/core/mapinfo.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148MapRecord* FindMapByIndex(int cluster, int num)
149{
150 auto map = FindMapByLevelNum(num);
151 if (!map && num < 1000) map = FindMapByLevelNum(makelevelnum(cluster, num));
152 return map;
153}
154
155MapRecord* FindNextMap(MapRecord* thismap)
156{

Callers 6

setnextmapFunction · 0.85
parseMethod · 0.85
cheatLevelFunction · 0.85
cheatMarioFunction · 0.85
levelEndLevelCustomFunction · 0.85
levelwarp_commonFunction · 0.85

Calls 2

FindMapByLevelNumFunction · 0.85
makelevelnumFunction · 0.85

Tested by

no test coverage detected