Update documentation

This commit is contained in:
bigfoot547 2016-12-10 21:27:09 -06:00 committed by GitHub
parent b911defa42
commit 5a0134e924
1 changed files with 7 additions and 0 deletions

View File

@ -2129,6 +2129,13 @@ and `minetest.auth_reload` call the authetification handler.
### Chat
* `minetest.chat_send_all(text)`
* `minetest.chat_send_player(name, text)`
* `minetest.set_join_message(text)`
* Override player join message
* First `%s` found is replaced with player name
* `minetest.set_leave_message(text, timeout_append)
* Override player leave message
* First %s found is replaced with player name
* Optional second argument for time-out append. `(timed out)` by default
### Environment access
* `minetest.set_node(pos, node)`