Osiris/Shared/DB Dead

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • DB_Dead((CHARACTERGUID)_Char)
Description

This database gets defined whenever a CharacterDying or CharacterDied event is thrown for _Char. It gets removed again if a CharacterResurrected event is thrown for _Char.

Notes
  • This database offers a unified way to detect characters that are either dead or dying.
  • This database works both for NPCs and player characters.
See Also