MCPcopy Create free account
hub / github.com/DFHack/dfhack / isMapLoaded

Function isMapLoaded

library/LuaApi.cpp:1364–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1362
1363static bool isWorldLoaded() { return Core::getInstance().isWorldLoaded(); }
1364static bool isMapLoaded() { return Core::getInstance().isMapLoaded(); }
1365static bool isSiteLoaded() { return World::IsSiteLoaded(); }
1366
1367static string df2utf(string s) { return DF2UTF(s); }

Callers 1

doUpdateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected