mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00:00
Add minetest.get_player_window_information() (#12367)
This commit is contained in:
parent
fbbdae93ee
commit
39f4d26177
23 changed files with 345 additions and 35 deletions
|
@ -88,6 +88,9 @@ private:
|
|||
// get_player_information(name)
|
||||
static int l_get_player_information(lua_State *L);
|
||||
|
||||
// get_player_window_information(name)
|
||||
static int l_get_player_window_information(lua_State *L);
|
||||
|
||||
// get_ban_list()
|
||||
static int l_get_ban_list(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue