diff options
author | b33duck <b33duck@gmail.com> | 2015-05-28 22:17:21 +0200 |
---|---|---|
committer | b33duck <b33duck@gmail.com> | 2015-05-28 22:17:21 +0200 |
commit | c8b1778847fca653c5f9cde610d25586131698ac (patch) | |
tree | 65b8979820ef68bb34cadbe4e6301ef142227d4b /src/Root.h | |
parent | Updated DumpInfo plugin. (diff) | |
download | cuberite-c8b1778847fca653c5f9cde610d25586131698ac.tar cuberite-c8b1778847fca653c5f9cde610d25586131698ac.tar.gz cuberite-c8b1778847fca653c5f9cde610d25586131698ac.tar.bz2 cuberite-c8b1778847fca653c5f9cde610d25586131698ac.tar.lz cuberite-c8b1778847fca653c5f9cde610d25586131698ac.tar.xz cuberite-c8b1778847fca653c5f9cde610d25586131698ac.tar.zst cuberite-c8b1778847fca653c5f9cde610d25586131698ac.zip |
Diffstat (limited to 'src/Root.h')
-rw-r--r-- | src/Root.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h index ab820427f..73fd6638c 100644 --- a/src/Root.h +++ b/src/Root.h @@ -145,6 +145,10 @@ public: /** Finds the player using it's complete username and calls the callback */ bool DoWithPlayer(const AString & a_PlayerName, cPlayerListCallback & a_Callback); + /** Send playerlist of all worlds to player */ + void SendPlayerLists(cPlayer * a_DestPlayer); + + // tolua_begin /// Sends a chat message to all connected clients (in all worlds) |