- Found in:
- Vanilla
Description
Wiki Description
Displays a single-button OK message box containing the specified text.
Documentation Comment
Displays an in-game message box
Parameters
stringasMessageBoxText
CK Wiki Description
The text that should be displayed in the message box.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__asMessageBoxText
Debug.MessageBox(myString__asMessageBoxText)Related Pages
- Debug
- Debug.Notification(...)
- Debug.Trace(...)
