Difference between revisions of "Osiris/Shared/DB KilledEvent"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
 
* /
 
* /
 
===== See Also =====
 
===== See Also =====
 +
* [[Osiris/API/CharacterDied|CharacterDied]]
 +
* [[Osiris/API/CharacterDying|CharacterDying]]
 +
* [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]]
 
* Helper [[Osiris/Shared/DB_DeadEvent|DB_DeadEvent]]
 
* Helper [[Osiris/Shared/DB_DeadEvent|DB_DeadEvent]]
 
* Helper [[Osiris/Shared/DB_KillCounter|DB_KillCounter]]
 
* Helper [[Osiris/Shared/DB_KillCounter|DB_KillCounter]]
 
   
 
   
 
[[Category:Osiris Shared Mod Helpers|KilledEvent]]
 
[[Category:Osiris Shared Mod Helpers|KilledEvent]]

Revision as of 17:26, 10 January 2018

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

Sets user flag _Event a player (or a player's summon) controlled by that player kills _NPC, or was hostile and in combat with _NPC when they died.

Notes
  • /
See Also