Class CreatureEvents.OnDamaged
Triggered by NwCreature when taken damage from NwGameObject.
public sealed class CreatureEvents.OnDamaged : IEvent
- Inheritance
-
CreatureEvents.OnDamaged
- Implements
- Inherited Members
- Extension Methods
Constructors
Properties
- Creature
Gets the NwCreature that is taking damage.
- DamageAmount
Gets the amount of damage done by NwGameObject to NwCreature.
- Damager
Gets the NwGameObject that damaged NwCreature.
Methods
- GetDamageDealtByType(DamageType)
Gets damage dealt to NwCreature, by DamageType.