Skip to content

utils.ui.showNotification

utils.ui.showNotification(msg)
This function shows a basic notification to the player.

Arguments

Argument Data Type Optional Default Value Explanation
msg string No - The message to display

Note

Supported color syntax here.

Dependency

local utils = M("utils")

Example

utils.ui.showNotification('Basic Notification')

Improve this documentation