Osiris/API/ShowNotification: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''ShowNotification'''(''(STRING)'''''_Text''') * (DOS2DE) '''ShowNotification'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Te...")
 
Line 1: Line 1:
===== Full Definition(s) =====
===== Full Definition(s) =====
* call '''ShowNotification'''(''(STRING)'''''_Text''')
* call '''ShowNotification'''(''(STRING)'''''_Text''')
* (DOS2DE) '''ShowNotification'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Text''')
* (DOS2DE) call '''ShowNotification'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Text''')
 
===== Description =====
===== Description =====
Show a notification dialog for player who controls a character.
Show a notification dialog for player who controls a character.

Revision as of 16:52, 28 August 2018

Full Definition(s)
  • call ShowNotification((STRING)_Text)
  • (DOS2DE) call ShowNotification((CHARACTERGUID)_Character, (STRING)_Text)
Description

Show a notification dialog for player who controls a character.