Background for Skyrim SE
Member of the Debug script
voidfunctionNotification(stringasNotificationText)NativeGlobal

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

  • If asNotificationText contains "<" and ">", then the symbols and everything between them will not be displayed.

    • If there is only "<" and no ">", then "<" and everything behind it will be truncated.
    • If there is no "<" and only ">", then the notification displays as normal.

Parameters

stringasNotificationText

CK Wiki Description

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


Examples

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

Auto-Generated Example

string myString__asNotificationText

Debug.Notification(myString__asNotificationText)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.