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

Function dfhack_persistent_save_world_data_string

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

Source from the content-addressed store, hash-verified

353}
354
355static int dfhack_persistent_save_world_data_string(lua_State *L) {
356 return dfhack_persistent_save_data_string(L, World::GetPersistentWorldData);
357}
358
359static int dfhack_persistent_delete_world_data(lua_State *L) {
360 return delete_site_data(L, get_world_data);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected