Difference between revisions of "Osiris/API/OpenMessageBox"
From Divinity Engine Wiki
(Document ShowMessageBox) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * call ''' | + | * call '''OpenMessageBox'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Message''') |
===== Description ===== | ===== Description ===== | ||
Shows a modal message box for the user controlling a character. | Shows a modal message box for the user controlling a character. | ||
Line 9: | Line 9: | ||
* [[Osiris/API/MessageBoxClosed|MessageBoxClosed]] | * [[Osiris/API/MessageBoxClosed|MessageBoxClosed]] | ||
− | [[Category:Osiris Calls]] | + | [[Category:Osiris Calls|ShowMessageBox]] |
Latest revision as of 17:43, 18 August 2018
Full Definition(s)
- call OpenMessageBox((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.