diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-14 22:33:54 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-14 22:33:54 +0100 |
commit | a0e1e43fc187d79021b4e84e70729255f7f690e2 (patch) | |
tree | 933304dcec7bc698bf7c0f70fe8938d46c642113 /src/Root.h | |
parent | ... in this world (diff) | |
parent | Noise3D: Added jungles. (diff) | |
download | cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.gz cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.bz2 cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.lz cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.xz cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.zst cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.zip |
Diffstat (limited to 'src/Root.h')
-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 020a6cff0..ec6b83fcc 100644 --- a/src/Root.h +++ b/src/Root.h @@ -126,6 +126,9 @@ public: /// Finds a player from a partial or complete player name and calls the callback - case-insensitive bool FindAndDoWithPlayer(const AString & a_PlayerName, cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS << + /** Finds the player over his uuid and calls the callback */ + bool DoWithPlayerByUUID(const AString & a_PlayerUUID, cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS << + // tolua_begin /// Sends a chat message to all connected clients (in all worlds) |