Table of Contents

Class ModuleEvents.OnPlayerTarget

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

Triggered when a NwPlayer that has targeted something.

public sealed class ModuleEvents.OnPlayerTarget : IEvent
Inheritance
ModuleEvents.OnPlayerTarget
Implements
Inherited Members
Extension Methods

Properties

IsCancelled

Gets if the player cancelled target selection.

Player

Gets the NwPlayer that has targeted something.

TargetObject

Gets the NwObject that has been targeted by Player, otherwise the area if a position was selected.

TargetPosition

Gets the position targeted by the NwPlayer.