Click or drag to resize
DefendCompletedEventArgs Properties

The DefendCompletedEventArgs 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 propertyDefendAction

The DefendAction object that holds information passed to the BeginDefending method. This can be used to retrieve the AnimalState of the creature you're defending against.

Top
See Also