- Found in:
- Vanilla
Description
Wiki Description
Displays a single-button OK message box containing the specified text.
Documentation Comment
Displays an in-game message box
Caveats
Parameters
stringasMessageBoxText
CK Wiki Description
The text that should be displayed in the message box.
Examples
; Display the class 'hello world' box
Debug.MessageBox("Hello, world!")Auto-Generated Example
string myString__asMessageBoxText
Debug.MessageBox(myString__asMessageBoxText)Related Pages
- Debug
- Debug.Notification(...)
- Debug.Trace(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
