Difference between revisions of "MessageBox - Debug/ru"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Peganoff
(Created page with "Category:Scripting Category:Papyrus '''Member of:''' Debug Script Displays a single-button OK message box containing the specified text. == Syntax == <source lan...")
(No difference)

Revision as of 13:29, 30 August 2012

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


Language: English