Table of Contents

Class TargetModeSettings

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll
public sealed class TargetModeSettings
Inheritance
TargetModeSettings
Inherited Members
Extension Methods

Properties

BadCursorType

Gets or sets the type of cursor to show if the player is hovering over an invalid target.

CursorType

Gets or sets the type of cursor to show if the player is hovering over a valid target.

TargetingData

Gets or sets overlay targeting data used to represent the effect generated by this target.

ValidTargets

Gets or sets the type of objects that are valid for selection.
ObjectTypes is a flags enum, so multiple types may be specified using the OR operator (ObjectTypes.Creature | ObjectTypes.Placeable).