diff options
author | madmaxoft <github@xoft.cz> | 2013-08-11 20:16:41 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-11 20:16:41 +0200 |
commit | 4c5590636cf4a311f03e735878557b1e7b3362dd (patch) | |
tree | cc74a43b0ab34481a7d972ed35beb20008bd390b /source/Root.h | |
parent | Removed cServer::m_pState, dissolved into direct member variables. (diff) | |
download | cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.gz cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.bz2 cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.lz cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.xz cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.zst cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Root.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/Root.h b/source/Root.h index 1e2befcd4..262c9b0e5 100644 --- a/source/Root.h +++ b/source/Root.h @@ -85,9 +85,10 @@ public: /// Called by cAuthenticator to auth the specified user void AuthenticateUser(int a_ClientID); - - void TickWorlds(float a_Dt); + /// Executes commands queued in the command queue + void TickCommands(void); + /// Returns the number of chunks loaded int GetTotalChunkCount(void); // tolua_export |