| 357 | } |
| 358 | |
| 359 | static int dfhack_persistent_delete_world_data(lua_State *L) { |
| 360 | return delete_site_data(L, get_world_data); |
| 361 | } |
| 362 | |
| 363 | static int dfhack_persistent_get_unsaved_seconds(lua_State *L) { |
| 364 | lua_pushinteger(L, Persistence::getUnsavedSeconds()); |
nothing calls this directly
no test coverage detected