summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_server.h
diff options
context:
space:
mode:
authorBrandon <brandon@bremaweb.com>2016-11-02 11:36:58 -0500
committerAuke Kok <sofar+github@foo-projects.org>2016-11-02 09:36:58 -0700
commitbf315c05f17549d37d7b4c4bd7938df0b5b32c5a (patch)
treec04f306861d9cee09b0e108e46a6036763526e0c /src/script/lua_api/l_server.h
parent7607b0ac2065a50a9b68b22909ab40738f2d08e8 (diff)
downloadminetest-bf315c05f17549d37d7b4c4bd7938df0b5b32c5a.tar.gz
minetest-bf315c05f17549d37d7b4c4bd7938df0b5b32c5a.tar.bz2
minetest-bf315c05f17549d37d7b4c4bd7938df0b5b32c5a.zip
Add minetest.get_server_uptime() function to Lua API (#4702)
Add minetest.get_server_uptime() function to Lua API
Diffstat (limited to 'src/script/lua_api/l_server.h')
-rw-r--r--src/script/lua_api/l_server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/lua_api/l_server.h b/src/script/lua_api/l_server.h
index 06a5ddc24..1ad46d440 100644
--- a/src/script/lua_api/l_server.h
+++ b/src/script/lua_api/l_server.h
@@ -30,6 +30,9 @@ private:
// get_server_status()
static int l_get_server_status(lua_State *L);
+ // get_server_uptime()
+ static int l_get_server_uptime(lua_State *L);
+
// get_worldpath()
static int l_get_worldpath(lua_State *L);