Osiris/API/CharacterKilledBy: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:
* Thrown when a character is killed by another character.
* Thrown when a character is killed by another character.
===== Parameters =====
===== Parameters =====
* '''_Defender''': The character that received/defended the attack.
* '''_Defender''': The character that was killed.
* '''_Attacker''': The character that attacked the '''_Defender'''.
* '''_Attacker''': The character that killed the '''_Defender'''.
* '''_AttackerOwner''': The character that owns the '''_Attacker '''character.
* '''_AttackerOwner''': The character that owns the '''_Attacker '''character.
===== Notes =====
===== Notes =====
* '''_AttackerOwner '''can be the same character as '''_Attacker''', '''_AttackOwner '''will be different in the case of summoned characters.
* '''_AttackerOwner '''can be the same character as '''_Attacker'''; '''_AttackOwner '''will be different in the case of summoned characters.
===== See Also =====
===== See Also =====
* [[Osiris/API/CharacterBlockedBy|CharacterBlockedBy]]
* [[Osiris/API/CharacterBlockedBy|CharacterBlockedBy]]
   
   
[[Category:Osiris Events]]
[[Category:Osiris Events]]

Revision as of 12:25, 4 December 2017

Full Definition(s)
  • event CharacterKilledBy((CHARACTERGUID)_Defender, (CHARACTERGUID)_Attacker, (CHARACTERGUID)_AttackerOwner)
Description
  • Thrown when a character is killed by another character.
Parameters
  • _Defender: The character that was killed.
  • _Attacker: The character that killed the _Defender.
  • _AttackerOwner: The character that owns the _Attacker character.
Notes
  • _AttackerOwner can be the same character as _Attacker; _AttackOwner will be different in the case of summoned characters.
See Also