diff options
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 4cb77a79d..13e208b8d 100644 --- a/src/Root.h +++ b/src/Root.h @@ -99,6 +99,9 @@ public: /// Saves all chunks in all worlds void SaveAllChunks(void); // tolua_export + /// Reloads all the groups + void ReloadGroups(void); // tolua_export + /// Calls the callback for each player in all worlds bool ForEachPlayer(cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS << |