MessageBoxEx

From the Fallout3 GECK Wiki
Revision as of 18:42, 17 July 2015 by imported>Hemingway (Created page with "{{Function |origin = NVSE |summary = Similar to ShowMessage but accepts a string directly rather than via a message form. Variables can be passed using String Formatti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Similar to ShowMessage but accepts a string directly rather than via a message form. Variables can be passed using string formatting, or string variables via ToString($). The message will be displayed in a box that prompts for user confirmation.

Syntax

[help]
(none) MessageBoxEx string:formatable

Example

MessageBoxEx "This message will in a box on screen, until the player clicks 'OK'"


See Also