Difference between revisions of "Osiris/API/CharacterKilledBy"
From Divinity Engine Wiki
m |
|||
Line 16: | Line 16: | ||
* [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]] | * [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]] | ||
− | [[Category:Osiris Events]] | + | [[Category:Osiris Events|CharacterKilledBy]] |
Revision as of 15:04, 19 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 _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.