- Found in:
- Vanilla
Description
Wiki Description
Displays a notification in the top-left corner of the screen.
Documentation Comment
Displays an in-game notification
Caveats
CK Wiki - Notes
- On the PlayStation 4(PS4) this function has been completely stripped and is Unusable.
Parameters
stringasNotificationText
CK Wiki Description
The text that should be displayed in the top-left corner.
Examples
; Display the classic 'hello world' notification
Debug.Notification("Hello, world!")Auto-Generated Example
string myString__asNotificationText
Debug.Notification(myString__asNotificationText)Related Pages
- Debug
- Debug.MessageBox(...)
- Debug.Trace(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
