MCPcopy Create free account
hub / github.com/crawl/crawl / _lua_push_map

Function _lua_push_map

crawl-ref/source/l-dgn.cc:1447–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1445}
1446
1447static int _lua_push_map(lua_State *ls, const map_def *map)
1448{
1449 if (map)
1450 clua_push_map(ls, const_cast<map_def*>(map));
1451 else
1452 lua_pushnil(ls);
1453 return 1;
1454}
1455
1456LUAFN(dgn_map_by_tag)
1457{

Callers 1

LUAFNFunction · 0.85

Calls 1

clua_push_mapFunction · 0.85

Tested by

no test coverage detected