summaryrefslogtreecommitdiffstats
path: root/source/cRoot.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-15 14:08:11 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-15 14:08:11 +0200
commit16dda8e037434fbb6feab9154090a9b9ecd09646 (patch)
tree671fc6d9102ec80511b682ee3a08694404687c85 /source/cRoot.h
parentAdded a true "all chunks saved" message for the save-all console command (FS #215) (diff)
downloadcuberite-16dda8e037434fbb6feab9154090a9b9ecd09646.tar
cuberite-16dda8e037434fbb6feab9154090a9b9ecd09646.tar.gz
cuberite-16dda8e037434fbb6feab9154090a9b9ecd09646.tar.bz2
cuberite-16dda8e037434fbb6feab9154090a9b9ecd09646.tar.lz
cuberite-16dda8e037434fbb6feab9154090a9b9ecd09646.tar.xz
cuberite-16dda8e037434fbb6feab9154090a9b9ecd09646.tar.zst
cuberite-16dda8e037434fbb6feab9154090a9b9ecd09646.zip
Diffstat (limited to 'source/cRoot.h')
-rw-r--r--source/cRoot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cRoot.h b/source/cRoot.h
index fc12d876c..9a8520642 100644
--- a/source/cRoot.h
+++ b/source/cRoot.h
@@ -44,6 +44,9 @@ public:
/// Calls the callback for each world; returns true if the callback didn't abort (return true)
bool ForEachWorld(cWorldListCallback & a_Callback); // >> Exported in ManualBindings <<
+ /// Logs chunkstats for each world and totals
+ void LogChunkStats(void);
+
cMonsterConfig * GetMonsterConfig() { return m_MonsterConfig; }
cGroupManager * GetGroupManager (void) { return m_GroupManager; } // tolua_export