Background for Fallout 4
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

  • 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


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.