Notification - Debug
Member of: Debug Script
Displays a notification in the top-left corner of the screen.
SyntaxEdit
Function Notification(string asNotificationText) native global debugOnly
ParametersEdit
- asNotificationText: The text that should be displayed in the top-left corner.
NotesEdit
- On the PlayStation 4(PS4) this function has been completely stripped and is Unusable.
Return ValueEdit
None
ExamplesEdit
; Display the classic 'hello world' notification
Debug.Notification("Hello, world!")