Table of Contents

Method Custom

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Custom(int, int, int, int)

public static ItemProperty Custom(int type, int subType = -1, int costTableValue = -1, int param1Value = -1)

Parameters

type int
subType int
costTableValue int
param1Value int

Returns

ItemProperty

Custom(ItemPropertyTableEntry, ItemPropertySubTypeTableEntry?, ItemPropertyCostTableEntry?, ItemPropertyParamTableEntry?)

public static ItemProperty Custom(ItemPropertyTableEntry property, ItemPropertySubTypeTableEntry? subType = null, ItemPropertyCostTableEntry? costTableValue = null, ItemPropertyParamTableEntry? paramTableValue = null)

Parameters

property ItemPropertyTableEntry
subType ItemPropertySubTypeTableEntry
costTableValue ItemPropertyCostTableEntry
paramTableValue ItemPropertyParamTableEntry

Returns

ItemProperty