diff options
author | Lane Kolbly <lane@rscheme.org> | 2017-09-07 14:41:16 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2017-09-07 14:41:16 +0200 |
commit | b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61 (patch) | |
tree | c7e2a8db5676c8599ce76b212491dd35fd883c1c /src/Root.h | |
parent | Lighting now generally consistent with vanilla (#3988) (diff) | |
download | cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.gz cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.bz2 cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.lz cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.xz cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.zst cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Root.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h index 44567018d..46b202c88 100644 --- a/src/Root.h +++ b/src/Root.h @@ -135,6 +135,9 @@ public: /** Saves all chunks in all worlds */ void SaveAllChunks(void); // tolua_export + /** Sets whether saving chunks is enabled in all worlds (overrides however the worlds were already set) */ + void SetSavingEnabled(bool a_SavingEnabled); // tolua_export + /** Calls the callback for each player in all worlds */ bool ForEachPlayer(cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS << |