Osiris/API/CharacterKilledBy: Difference between revisions
Jump to navigation
Jump to search
(Osiris Core APIs) |
No edit summary |
||
Line 11: | Line 11: | ||
* '''_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]] | * [[Osiris/API/CharacterBlockedBy|CharacterBlockedBy]] | ||
[[Category:Osiris Events]] | [[Category:Osiris Events]] |
Revision as of 20:36, 25 August 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 received/defended the attack.
- _Attacker: The character that attacked 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.