mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Add API to mcl_tmp_message
This commit is contained in:
parent
50bdf03189
commit
202e30a782
1 changed files with 7 additions and 0 deletions
7
mods/HUD/mcl_tmp_message/API.md
Normal file
7
mods/HUD/mcl_tmp_message/API.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# mcl_temp_message
|
||||||
|
|
||||||
|
Allow mods to show short messages in the hud of players.
|
||||||
|
|
||||||
|
## mcl_tmp_message.message(player, message)
|
||||||
|
|
||||||
|
Show above the hotbar a hud message <message> to player <player>.
|
Loading…
Reference in a new issue