Difference between revisions of "Osiris/API/ShowNotification"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''ShowNotification'''(''(STRING)'''''_Text''') * (DOS2DE) '''ShowNotification'''(''(CHARACTERGUID)'''''_Character''', ''(STRING)'''''_Te...") |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * call '''ShowNotification'''(''(STRING)'''''_Text''') | + | * (DOS2 Classic) 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. |
Latest revision as of 21:12, 28 August 2018
Full Definition(s)
- (DOS2 Classic) call ShowNotification((STRING)_Text)
- (DOS2DE) call ShowNotification((CHARACTERGUID)_Character, (STRING)_Text)
Description
Show a notification dialog for player who controls a character.