Click or drag to resize
AnimalIsAttacking Property

Used to determine if your creature has been commanded to attack. You can also check the CurrentAttackAction property to get the actual target creature you're attacking. Because attacking is asynchronous your creature won't attack until the upcoming tick.

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

Return Value

Type: Boolean
True if your creature will attack the next tick, False otherwise.
See Also