This repository was archived by the owner on May 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
ShowNotification
Matias Salas edited this page Nov 4, 2020
·
1 revision
UI.ShowNotification(Message)This function show a notification
| Argument | Type | Optional | Default Value | Explanation |
|---|---|---|---|---|
| Message | string | No | - | Message that will be shown |
public void Example()
{
UI.ShowNotification("This is a notification");
}Scripting Manual
- Events
- Data
Client Side
- UI Module
Server Side
-
Player Module
-
UI Module