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

Function dfhack_persistent_get_site_data_string

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

Source from the content-addressed store, hash-verified

337}
338
339static int dfhack_persistent_get_site_data_string(lua_State *L) {
340 return dfhack_persistent_get_data_string(L, get_site_data);
341}
342
343static int dfhack_persistent_save_site_data_string(lua_State *L) {
344 return dfhack_persistent_save_data_string(L, World::GetPersistentSiteData);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected