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 @@ class ModApiClient : public ModApiBase
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);