Difference between revisions of "Osiris/API/MessageBoxClosed"

From Divinity Engine Wiki
Jump to: navigation, search
m (Tinkerer moved page Osiris/API/MessageBox to Osiris/API/MessageBoxClosed: Corrected page name)
m
Line 11: Line 11:
 
* [[Osiris/API/ShowMessageBox|ShowMessageBox]]
 
* [[Osiris/API/ShowMessageBox|ShowMessageBox]]
 
   
 
   
[[Category:Osiris Events]]
+
[[Category:Osiris Events|MessageBoxClosed]]

Revision as of 16:14, 19 December 2017

Full Definition(s)
  • event MessageBoxClosed((CHARACTERGUID)_Character, (STRING)_Message)
Description

Thrown when a message box has been closed.

Parameters
  • _Character: the character for whom the message box was shown.
  • _String: the translated string that was shown in the message box.
Notes
  • /
See Also