MessageBox - Debug

From the CreationKit Wiki
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

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]


Language: [[::MessageBox - Debug|English]]  • [[::MessageBox - Debug/pl|polski]] • [[::MessageBox - Debug/ru|русский]]