Difference between revisions of "Osiris/API/MessageBoxClosed"
From Divinity Engine Wiki
(Document MessageBoxClosed) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* / | * / | ||
===== See Also ===== | ===== See Also ===== | ||
− | * [[Osiris/API/ | + | * [[Osiris/API/OpenMessageBox|OpenMessageBox]] |
− | [[Category:Osiris Events]] | + | [[Category:Osiris Events|MessageBoxClosed]] |
Latest revision as of 17:43, 18 August 2018
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
- /