Click or drag to resize
AttackCompletedEventArgsKilled Property

Provides information about the status of the target creature. If the creature was killed by your attack then Killed will bet set to True.

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

Return Value

Type: Boolean
True if the target creature was killed, False otherwise.
See Also