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

Function dfhack_persistent_save_site_data_string

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

Source from the content-addressed store, hash-verified

341}
342
343static int dfhack_persistent_save_site_data_string(lua_State *L) {
344 return dfhack_persistent_save_data_string(L, World::GetPersistentSiteData);
345}
346
347static int dfhack_persistent_delete_site_data(lua_State *L) {
348 return delete_site_data(L, get_site_data);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected