Osiris/API/MessageBoxClosed

From Divinity Engine Wiki
Revision as of 18:43, 18 August 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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