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.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int InflictedDamage { get; }
Public ReadOnly Property InflictedDamage As Integer
Get
public:
property int InflictedDamage {
int get ();
}
member InflictedDamage : int with get
Return Value
Type:
Int32
System.Int32 representing the amount of absolute damage inflicted.
See Also