[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
Notification - Debug
Revision as of 16:01, 12 January 2022 by Kernel Panic (talk | contribs)
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!")