Difference between revisions of "Osiris/API/CharacterCriticalHitBy"
From Divinity Engine Wiki
m |
m |
||
Line 12: | Line 12: | ||
* [[Osiris/API/AttackedByObject|AttackedByObject]] | * [[Osiris/API/AttackedByObject|AttackedByObject]] | ||
* [[Osiris/API/CharacterBlockedBy|CharacterBlockedBy]] | * [[Osiris/API/CharacterBlockedBy|CharacterBlockedBy]] | ||
+ | * [[Osiris/API/CharacterKilledBy|CharacterKilledBy]] | ||
* [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]] | * [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]] | ||
− | |||
* [[Osiris/API/CharacterMissedBy|CharacterMissedBy]] | * [[Osiris/API/CharacterMissedBy|CharacterMissedBy]] | ||
[[Category:Osiris Events|CharacterCriticalHitBy]] | [[Category:Osiris Events|CharacterCriticalHitBy]] |
Revision as of 13:56, 25 February 2018
Full Definition(s)
- event CharacterCriticalHitBy((CHARACTERGUID)_Defender, (CHARACTERGUID)_Attacker, (CHARACTERGUID)_AttackerOwner)
Description
- Thrown when a character receives a critical hit from an attack of 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.