Click or drag to resize
DefendCompletedEventArgsDefendAction Property

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.

Namespace: Terrarium.Sdk.Classes.Creature.Events
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public DefendAction DefendAction { get; }

Return Value

Type: DefendAction
DefendAction class containing the target creature you defended against.
See Also