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.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AnimalState Attacker { get; }
Public ReadOnly Property Attacker As AnimalState
Get
public:
property AnimalState^ Attacker {
AnimalState^ get ();
}
member Attacker : AnimalState with get
Return Value
Type:
AnimalState
AnimalState representing the state of the creature attacking you.
See Also