| 353 | } |
| 354 | |
| 355 | static int dfhack_persistent_save_world_data_string(lua_State *L) { |
| 356 | return dfhack_persistent_save_data_string(L, World::GetPersistentWorldData); |
| 357 | } |
| 358 | |
| 359 | static int dfhack_persistent_delete_world_data(lua_State *L) { |
| 360 | return delete_site_data(L, get_world_data); |
nothing calls this directly
no test coverage detected