UseAbility
Fires when an entity uses an ability.
Parameters
entity: Entity
The entity that used the ability.
abilityName: string | AbilityType
The ability used by the entity.
cancelled: bool [modifiable]
If set to true, the ability use will be cancelled.
Last updated