Click or drag to resize
AttackCompletedEventArgsInflictedDamage Property

Returns the amount of damage done to the target creature as a result of the attack. This number should be compared against the amount of damage the creature can withstand to help compute how difficult the creature will be to kill.

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

Return Value

Type: Int32
System.Int32 representing the amount of absolute damage inflicted.
See Also