Osiris/API/OpenMessageBoxChoice: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''OpenMessageBoxChoice'''(''(CHARACTERGUID)'''''_character''', ''(STRING)'''''_message''', ''(STRING)'''''_choice1''', ''(STRING)'''''_c...")
 
Line 4: Line 4:
Shows a message box with choice buttons.<br />
Shows a message box with choice buttons.<br />
With '''_message''', '''_choice1''' and '''_choice2''' being translated string keys.<br />
With '''_message''', '''_choice1''' and '''_choice2''' being translated string keys.<br />
For catching the response look at the new event [[Osiris/API/MessageBoxChoiceClosed]].
 
===== Notes =====
* For catching the response look at the new event [[Osiris/API/MessageBoxChoiceClosed]].


[[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxChoice]]
[[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxChoice]]

Revision as of 09:44, 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