AttackActionTargetAnimal Property |
Returns information about the Animal your creature chose to attack by
using the BeginAttacking method.
Namespace: Terrarium.Sdk.Classes.ActionsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AnimalState TargetAnimal { get; }
Public ReadOnly Property TargetAnimal As AnimalState
Get
public:
property AnimalState^ TargetAnimal {
AnimalState^ get ();
}
member TargetAnimal : AnimalState with get
Return Value
Type:
AnimalState
AnimalState object for the creature you attacked using the BeginAttacking method.
See Also