Click or drag to resize
AttackActionTargetAnimal Property

Returns information about the Animal your creature chose to attack by using the BeginAttacking 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 attacked using the BeginAttacking method.
See Also