We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b472fd commit 4eacce5Copy full SHA for 4eacce5
doc/lua_api.txt
@@ -1833,6 +1833,7 @@ Call these functions only at load time!
1833
* `dug_too_fast`
1834
* `minetest.register_on_chat_message(func(name, message))`
1835
* Called always when a player says something
1836
+ * Return `true` to mark the message as handled, which means that it will not be sent to other players
1837
* `minetest.register_on_player_receive_fields(func(player, formname, fields))`
1838
* Called when a button is pressed in player's inventory form
1839
* Newest functions are called first
0 commit comments