Notification - Debug

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Debug Script

Displays a notification in the top-left corner of the screen.

Syntax[edit | edit source]

Function Notification(string asNotificationText) native global debugOnly

Parameters[edit | edit source]

  • asNotificationText: The text that should be displayed in the top-left corner.

Notes[edit | edit source]

  • On the PlayStation 4(PS4) this function has been completely stripped and is Unusable.

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Display the classic 'hello world' notification
Debug.Notification("Hello, world!")

See Also[edit | edit source]