Osiris/API/OpenMessageBoxYesNo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * call '''OpenMessageBoxYesNo'''(''(CHARACTERGUID)'''''_character''', ''(STRING)'''''_message''') ===== Description ===== Shows a message box wi...") |
|||
Line 2: | Line 2: | ||
* call '''OpenMessageBoxYesNo'''(''(CHARACTERGUID)'''''_character''', ''(STRING)'''''_message''') | * call '''OpenMessageBoxYesNo'''(''(CHARACTERGUID)'''''_character''', ''(STRING)'''''_message''') | ||
===== Description ===== | ===== Description ===== | ||
Shows a message box with Yes/No buttons. | Shows a message box with Yes/No buttons. <br /> | ||
For catching the response look at the new event MessageBoxYesNoClosed. | For catching the response look at the new event MessageBoxYesNoClosed. <br /> | ||
With '''_message''' being a translated string key. <br /> | |||
[[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxYesNo]] | [[Category:Osiris Calls (Added in DOS2DE)|OpenMessageBoxYesNo]] |
Revision as of 09:41, 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.