Table of Contents

Property ValidTargets

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

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).

public ObjectTypes ValidTargets { get; set; }

Property Value

ObjectTypes