MessageBox - Debug

From the CreationKit Wiki
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(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

Function MessageBox(string asMessageBoxText) native global

Parameters

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

Return Value

None

Examples

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

See Also