Difference between revisions of "Osiris/API/OpenMessageBox"

From Divinity Engine Wiki
Jump to: navigation, search
(Document ShowMessageBox)
 
m
Line 9: Line 9:
 
* [[Osiris/API/MessageBoxClosed|MessageBoxClosed]]
 
* [[Osiris/API/MessageBoxClosed|MessageBoxClosed]]
 
    
 
    
[[Category:Osiris Calls]]
+
[[Category:Osiris Calls|ShowMessageBox]]

Revision as of 16:26, 19 December 2017

Full Definition(s)
  • call ShowMessageBox((CHARACTERGUID)_Character, (STRING)_Message)
Description

Shows a modal message box for the user controlling a character.

Notes
  • _Character: the character for whose owner the message box should be shown.
  • _String: the translated string that should be shown in the message box.
See Also