Osiris/Shared/DB KillCounter

From Divinity Engine Wiki
Revision as of 17:25, 10 January 2018 by Tinkerer (talk | contribs)
Jump to: navigation, search
Full Definition(s)
  • DB_KillCounter_Internal((CHARACTERGUID)_Character, (STRING)_CounterName)
  • DB_KillCounter((STRING)_CounterName, (INTEGER)_Count)
  • PROC ReactOnKillCounter((STRING)_CounterName)
Description

If you define _Count number of DB_KillCounter_Internal facts for different characters with the same _CounterName as in the DB_KillCounterFact definition, then the PROC ReactOnKillCounter will be called with _CounterName as parameter once all of those characters are dead.

Notes
  • /
See Also