Table of Contents

Class OnUseSkill

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Triggered when a creature attempts to use a skill.

public sealed class OnUseSkill : IEvent
Inheritance
OnUseSkill
Implements
Inherited Members
Extension Methods

Properties

Area

Gets the area where the skill is used.

Creature

Gets the creature using the skill.

PreventSkillUse

Set to true to prevent usage of this skill.

Skill

Gets the skill that is being used.

SubSkill

Gets the sub-skill (if any) that is being used.

Target

Gets the target object for this skill usage.

TargetPosition

Gets the target position for this skill usage.

UsedItem

Gets the item being used, if any.