Table of Contents

Enum AddPropPolicy

Namespace
Anvil.API
Assembly
NWN.Anvil.dll
public enum AddPropPolicy
Extension Methods

Fields

IgnoreExisting = 0

Always add the property, regardless of if a matching one already exists.

KeepExisting = 2

Keep existing matching properties, don't add the new property if it already exists.

ReplaceExisting = 1

Remove and replace matching existing properties with the new property.