1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Add function to get server info.

This commit is contained in:
red-001 2017-04-19 14:16:54 +01:00 committed by paramat
parent 468eeb618e
commit ae0d8f74d7
7 changed files with 53 additions and 21 deletions

View file

@ -69,8 +69,8 @@ private:
static int l_sound_stop(lua_State *L);
// get_protocol_version()
static int l_get_protocol_version(lua_State *L);
// get_server_info()
static int l_get_server_info(lua_State *L);
static int l_take_screenshot(lua_State *L);