Osiris/Shared/DB KilledEvent: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
 
Line 1: Line 1:
===== Full Definition(s) =====
===== Full Definition(s) =====
* '''DB_DeadEvent'''(''(CHARACTERGUID)'''''_Npc,'''''(STRING)'''''_Event''')
* '''DB_KilledEvent'''(''(CHARACTERGUID)'''''_Npc,'''''(STRING)'''''_Event''')
 
===== Description =====
===== Description =====
Sets the user flag '''_Event''' on a [[Osiris/API/CharacterGetReservedUserID|user]]'s characters when a player character or summon controlled by that user kills '''_NPC''', or was hostile and in combat with '''_NPC''' when they died.
Sets the user flag '''_Event''' on a [[Osiris/API/CharacterGetReservedUserID|user]]'s characters when a player character or summon controlled by that user kills '''_NPC''', or was hostile and in combat with '''_NPC''' when they died.

Latest revision as of 12:18, 13 July 2018

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

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

Notes
  • /
See Also