From d10cccee3108b45cf7085ffdbff9b5f2a4045ea7 Mon Sep 17 00:00:00 2001 From: red-001 Date: Sun, 16 Oct 2016 17:35:07 +0100 Subject: Allow the join/leave message to be overridden by mods. --- doc/lua_api.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index ef62f1356..6bdb63ef3 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3071,6 +3071,10 @@ These functions return the leftover itemstack. * Replaces definition of a builtin hud element * `name`: `"breath"` or `"health"` * `hud_definition`: definition to replace builtin definition +* `minetest.send_join_message(player_name)` + * Can be overridden by mods to change the join message +* `minetest.send_leave_message(player_name, timed_out)` + * Can be overridden by mods to change the leave message * `minetest.hash_node_position({x=,y=,z=})`: returns an 48-bit integer * Gives a unique hash number for a node position (16+16+16=48bit) * `minetest.get_position_from_hash(hash)`: returns a position -- cgit v1.2.3