MessageBox - Debug

Member of: Debug Script

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

SyntaxEdit

Function MessageBox(string asMessageBoxText) native global debugOnly

ParametersEdit

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

Return ValueEdit

None

ExamplesEdit

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

See AlsoEdit