Difference between revisions of "Osiris/API/OpenMessageBoxYesNo"

From Divinity Engine Wiki
Jump to: navigation, search
(Description)
 
Line 6: Line 6:
 
With '''_message''' being a translated string key. <br />
 
With '''_message''' being a translated string key. <br />
  
 +
[[Category:Osiris Calls|OpenMessageBoxYesNo]]
 
[[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxYesNo]]
 
[[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxYesNo]]

Latest revision as of 12:08, 28 August 2018

Full Definition(s)
  • call OpenMessageBoxYesNo((CHARACTERGUID)_character, (STRING)_message)
Description

Shows a message box with Yes/No buttons.
For catching the response look at the new event MessageBoxYesNoClosed.
With _message being a translated string key.