Difference between revisions of "Osiris/API/CharacterBlockedBy"
From Divinity Engine Wiki
m |
m (removed html gremlins) |
||
Line 2: | Line 2: | ||
* event '''CharacterBlokedBy'''(''(CHARACTERGUID)'''''_Defender''', ''(CHARACTERGUID)'''''_Attacker''', ''(CHARACTERGUID)'''''_AttackerOwner''') | * event '''CharacterBlokedBy'''(''(CHARACTERGUID)'''''_Defender''', ''(CHARACTERGUID)'''''_Attacker''', ''(CHARACTERGUID)'''''_AttackerOwner''') | ||
===== Description ===== | ===== Description ===== | ||
− | Thrown when a character blocks an attack from another character. | + | Thrown when a character blocks an attack from another character. |
===== Parameters ===== | ===== Parameters ===== | ||
* '''_Defender''': The character that received/defended the attack. | * '''_Defender''': The character that received/defended the attack. |
Revision as of 17:38, 9 September 2017
Full Definition(s)
- event CharacterBlokedBy((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.