MessageBox - Debug

From the Fallout4 CreationKit Wiki
Revision as of 10:27, 28 June 2012 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Debug Script

Displays a single-button OK message box containing the specified text.

Syntax[edit | edit source]

Function MessageBox(string asMessageBoxText) native global debugOnly

Parameters[edit | edit source]

  • asMessageBoxText: The text that should be displayed in the message box.

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Display the class 'hello world' box
Debug.MessageBox("Hello, world!")

See Also[edit | edit source]