1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-21 00:44:55 +00:00

Update notify.lua

This commit is contained in:
VorTechnix 2024-10-13 21:18:57 -07:00
parent a9a7a5a9f1
commit 5381c31abb
No known key found for this signature in database
GPG key ID: 091E91A69545D5BA

View file

@ -65,6 +65,7 @@ end
--- Send a custom notification.
-- @param name <string>: The name of the player to send the notification to.
-- @param ntype <string>: The type of notification.
-- @param message <string>: The message to send.
-- @param colour <string> (optional): The colour of the notification.
-- @param message_coloured <boolean> (optional): Whether the message should be coloured.