Osiris/Shared/DB DeadEvent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Helper Mod APIs)
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
===== Full Definition(s) =====
===== Full Definition(s) =====
* '''DB_DeadEvent('''''(CHARACTERGUID)'''''_Npc,'''''(STRING)'''''_Event''')
* '''DB_DeadEvent'''(''(CHARACTERGUID)'''''_Npc,'''''(STRING)'''''_Event''')
===== Description ====
===== Description =====
If defined, the global flag '''_Event''' will be set when '''_NPC''' gets killed.
If defined, the global flag '''_Event''' will be set when '''_NPC''' gets killed.
===== Notes =====
===== Notes =====
* /
* /
===== See Also =====
===== See Also =====
* Helper [[Osiris/Shared/DB_KilledEvent]]
* [[Osiris/API/CharacterDied|CharacterDied]]
* [[Osiris/API/CharacterDying|CharacterDying]]
* [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]]
* Helper [[Osiris/Shared/DB_Dead|DB_Dead]]
* Helper [[Osiris/Shared/DB_KillCounter|DB_KillCounter]]
* Helper [[Osiris/Shared/DB_KilledEvent|DB_KilledEvent]]
   
   
[[Category:Osiris Shared Mod Helpers]]
[[Category:Osiris Shared Mod Helpers|DeadEvent]]

Latest revision as of 20:47, 14 January 2018

Full Definition(s)
  • DB_DeadEvent((CHARACTERGUID)_Npc,(STRING)_Event)
Description

If defined, the global flag _Event will be set when _NPC gets killed.

Notes
  • /
See Also