Difference between revisions of "Osiris/API/CharacterBlockedBy"
From Divinity Engine Wiki
m |
m |
||
Line 8: | Line 8: | ||
* '''_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''' | + | * '''_AttackerOwner '''can be the same character as '''_Attacker'''; '''_AttackOwner ''' will be different in the case of summoned characters. |
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterMissedBy|CharacterMissedBy]] | * [[Osiris/API/CharacterMissedBy|CharacterMissedBy]] | ||
[[Category:Osiris Events]] | [[Category:Osiris Events]] |
Revision as of 14:36, 19 December 2017
Full Definition(s)
- event CharacterBlockedBy((CHARACTERGUID)_Defender, (CHARACTERGUID)_Attacker, (CHARACTERGUID)_AttackerOwner)
Description
Thrown when a character blocks an attack from 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.