Difference between revisions of "Osiris/API/OpenMessageBoxChoice"

From Divinity Engine Wiki
Jump to: navigation, search
(Notes)
 
Line 6: Line 6:
  
 
===== Notes =====
 
===== Notes =====
* For catching the response look at the new event [[Osiris/API/MessageBoxChoiceClosed]].
+
* For catching the response look at the new event [[Osiris/API/MessageBoxChoiceClosed|MessageBoxChoiceClosed]].
  
 
[[Category:Osiris Calls|OpenMessageBoxChoice]]
 
[[Category:Osiris Calls|OpenMessageBoxChoice]]
 
[[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxChoice]]
 
[[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxChoice]]

Latest revision as of 13:53, 28 August 2018

Full Definition(s)
  • call OpenMessageBoxChoice((CHARACTERGUID)_character, (STRING)_message, (STRING)_choice1, (STRING)_choice2)
Description

Shows a message box with choice buttons.
With _message, _choice1 and _choice2 being translated string keys.

Notes