Click or drag to resize
AttackedEventArgs Constructor
Creates a new set of event arguments that can be used to notify a creature that another creature has completed an attack action against them.

Namespace: Terrarium.Sdk.Classes.Creature.Events
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AttackedEventArgs(
	AnimalState attacker
)

Parameters

attacker
Type: Terrarium.Sdk.Classes.StateAnimalState
The state of the attacking creature.
See Also