Background for Fallout 4
Member of the Debug script
voidfunctionMessageBox(stringasMessageBoxText)NativeGlobal

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


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.