Table of Contents

Property ValidItems

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ValidItems

Gets a dictionary mapping each base item type to a boolean indicating if the property is valid.

public IReadOnlyDictionary<NwBaseItem, bool> ValidItems { get; }

Property Value

IReadOnlyDictionary<NwBaseItem, bool>