Difference between revisions of "Osiris/API/ShowNotification"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''ShowNotification'''(''(STRING)'''''_Text''') * (DOS2DE) '''ShowNotification'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Te...")
 
(Full Definition(s))
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 18: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.