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:
parent
468eeb618e
commit
ae0d8f74d7
7 changed files with 53 additions and 21 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue