1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

[CSM] Add function to get player names in range (#5435)

* [CSM] Add function to get currently connected player names
This commit is contained in:
bigfoot547
2017-03-22 15:13:03 -05:00
committed by Loïc Blot
parent c4b98deb61
commit 9efc5da0fb
4 changed files with 33 additions and 2 deletions

View File

@@ -31,6 +31,9 @@ private:
// display_chat_message(message)
static int l_display_chat_message(lua_State *L);
// get_player_names()
static int l_get_player_names(lua_State *L);
// show_formspec(name, fornspec)
static int l_show_formspec(lua_State *L);