mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Add minetest.get_server_uptime() function to Lua API (#4702)
Add minetest.get_server_uptime() function to Lua API
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user