MessageBox - Debug
From Creation Kit
Member of: Debug Script
Displays a single-button OK message box containing the specified text.
Contents |
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
| Language: | English • polski • русский |
|---|

