Click or drag to resize
AttackCompletedEventArgs Properties

The AttackCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Retrieves the Acton that was completed.
(Inherited from ActionResponseEventArgs.)
Public propertyActionID
Retrives the ID of the action.
(Inherited from ActionResponseEventArgs.)
Public propertyAttackAction

Provides the AttackAction that was created from the values passed into the BeginAttack method. This can be used to retrieve a state object for your target creature to continue your attack.

Public propertyEscaped

Provides information about the status of the target creature. If the creature escaped your attack then Escaped will be set to True. Creatures can escape by moving out of distance of an attack.

Public propertyInflictedDamage

Returns the amount of damage done to the target creature as a result of the attack. This number should be compared against the amount of damage the creature can withstand to help compute how difficult the creature will be to kill.

Public propertyKilled

Provides information about the status of the target creature. If the creature was killed by your attack then Killed will bet set to True.

Top
See Also