Click or drag to resize
AttackedEventArgsAttacker Property

Provides the state of the creature attacking your creature. You can use this state to attack the creature back, defend, or run away.

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

Return Value

Type: AnimalState
AnimalState representing the state of the creature attacking you.
See Also