Click or drag to resize
DefendActionTargetAnimal Property

Returns the Animal your creature chose to defend against by using the BeginDefending method.

Namespace: Terrarium.Sdk.Classes.Actions
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AnimalState TargetAnimal { get; }

Return Value

Type: AnimalState
AnimalState object for the creature you're defending against.
See Also