mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00: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:
parent
c4b98deb61
commit
9efc5da0fb
4 changed files with 33 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue