summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2016-07-21 13:00:30 +0200
committerMattes D <github@xoft.cz>2016-07-21 13:00:30 +0200
commita2a9341c24609e45e563427eecc1a927ee2b657a (patch)
tree47bb2d183d541d5f9611260c12eb3f002a07d6f9 /src/Root.h
parentCMake: Fix system Lua usage for non-5.1 versions. (#3271) (diff)
downloadcuberite-a2a9341c24609e45e563427eecc1a927ee2b657a.tar
cuberite-a2a9341c24609e45e563427eecc1a927ee2b657a.tar.gz
cuberite-a2a9341c24609e45e563427eecc1a927ee2b657a.tar.bz2
cuberite-a2a9341c24609e45e563427eecc1a927ee2b657a.tar.lz
cuberite-a2a9341c24609e45e563427eecc1a927ee2b657a.tar.xz
cuberite-a2a9341c24609e45e563427eecc1a927ee2b657a.tar.zst
cuberite-a2a9341c24609e45e563427eecc1a927ee2b657a.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h
index a828dc3fa..722554332 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -89,6 +89,10 @@ public:
/** Returns the number of ticks for how long the item would fuel a furnace. Returns zero if not a fuel */
static int GetFurnaceFuelBurnTime(const cItem & a_Fuel); // tolua_export
+ /** Returns the completions for a player name across all worlds. Returns an
+ empty vector if none are found. */
+ AStringVector GetPlayerTabCompletionMultiWorld(const AString & a_Text);
+
/** The current time where the startup of the server has been completed */
std::chrono::steady_clock::time_point m_StartTime;