General Functions

SimpleNotify

Executes a simplified config with TMC.Functions.Notify

Parameter
Required
Type
Description

target

Number

Target source for the notification

message

String

The message to include in the notification

ntype

String

The notification type to use with the notification

time

Number

The duration in ms the notification should show for

TMC.Functions.SimpleNotify(10, "Test notification", "info", 2000)

Last updated