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.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic DefendAction DefendAction { get; }
Public ReadOnly Property DefendAction As DefendAction
Get
public:
property DefendAction^ DefendAction {
DefendAction^ get ();
}
member DefendAction : DefendAction with get
Return Value
Type:
DefendAction
DefendAction class containing the target creature you defended against.
See Also