feat: add app.save_world() function and update documentation
This commit is contained in:
@@ -83,6 +83,12 @@ app.reopen_world()
|
||||
|
||||
Reopens the world.
|
||||
|
||||
```lua
|
||||
app.save_world()
|
||||
```
|
||||
|
||||
Saves the world.
|
||||
|
||||
```lua
|
||||
app.close_world(
|
||||
-- save the world before closing
|
||||
|
||||
Reference in New Issue
Block a user