Difference between revisions of "Osiris/API/SendArenaNotification"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''SendArenaNotification'''(''(INTEGER)'''''_notificationType''', ''(STRING)'''''_stringParam''',''(INTEGER)'''''_inNumberOfRounds''') ==...") |
|||
Line 22: | Line 22: | ||
| This Round | | This Round | ||
|- | |- | ||
− | | Next Round | + | | Next Round |
|- | |- | ||
− | | In N Rounds | + | | In N Rounds |
|} | |} | ||
[[Category:Osiris Calls|ShowError]] | [[Category:Osiris Calls|ShowError]] | ||
[[Category:Osiris Calls (Added in DOS2DE)|ShowError]] | [[Category:Osiris Calls (Added in DOS2DE)|ShowError]] |
Revision as of 11:32, 28 August 2018
Full Definition(s)
- call SendArenaNotification((INTEGER)_notificationType, (STRING)_stringParam,(INTEGER)_inNumberOfRounds)
Description
Shows an arena notification dialog.
Notes
- '_notificationType: Goes from {0, 1, 2, 3} respectively for the following messages:
Generic |
AllHeroesStatus |
AllCharacterStatus |
CharacterDied |
- _stringParam: Translated string key of the message
- _inNumberOfRounds: If negative, no additial text is added. Otherwise - adds text before the event message. Goes from {0, 1, N} respectively for the following messages:
This Round |
Next Round |
In N Rounds |