Anvil
Anvil.API.ItemPropertyTableEntry Class Reference
+ Inheritance diagram for Anvil.API.ItemPropertyTableEntry:
+ Collaboration diagram for Anvil.API.ItemPropertyTableEntry:

Static Public Member Functions

static implicit operator ItemPropertyTableEntry? (ItemPropertyType propertyType)
 

Properties

float? Cost [get]
 Gets the base cost of this item property. More...
 
TwoDimArray< ItemPropertyCostTableEntry >? CostTable [get]
 If defined, the cost table associated with this item property. More...
 
StrRefDescription [get]
 Gets the description of the item property. More...
 
StrRefGameStrRef [get]
 Gets the name/string shown in-game e.g. for item examine. More...
 
ItemPropertyItemMapTableEntryItemMap [get]
 
string? Label [get]
 Gets the label of this item property. More...
 
StrRefName [get]
 Gets the name of this item property. More...
 
TwoDimArray< ItemPropertyParamTableEntry >? Param1Table [get]
 If defined, the parameter table associated with the 1st parameter of this item property. More...
 
ItemPropertyType PropertyType [get]
 Gets the associated enum constant for this item property. More...
 
int RowIndex [get]
 
TwoDimArray< ItemPropertySubTypeTableEntry >? SubTypeTable [get]
 If defined, the sub-type table associated with this item property. More...
 
- Properties inherited from Anvil.API.ITwoDimArrayEntry
int RowIndex [get]
 

Additional Inherited Members

Property Documentation

◆ Cost

float? Anvil.API.ItemPropertyTableEntry.Cost
get

Gets the base cost of this item property.

◆ CostTable

TwoDimArray<ItemPropertyCostTableEntry>? Anvil.API.ItemPropertyTableEntry.CostTable
get

If defined, the cost table associated with this item property.

◆ Description

StrRef? Anvil.API.ItemPropertyTableEntry.Description
get

Gets the description of the item property.

◆ GameStrRef

StrRef? Anvil.API.ItemPropertyTableEntry.GameStrRef
get

Gets the name/string shown in-game e.g. for item examine.

◆ Label

string? Anvil.API.ItemPropertyTableEntry.Label
get

Gets the label of this item property.

◆ Name

StrRef? Anvil.API.ItemPropertyTableEntry.Name
get

Gets the name of this item property.

◆ Param1Table

TwoDimArray<ItemPropertyParamTableEntry>? Anvil.API.ItemPropertyTableEntry.Param1Table
get

If defined, the parameter table associated with the 1st parameter of this item property.

◆ PropertyType

ItemPropertyType Anvil.API.ItemPropertyTableEntry.PropertyType
get

Gets the associated enum constant for this item property.

◆ SubTypeTable

TwoDimArray<ItemPropertySubTypeTableEntry>? Anvil.API.ItemPropertyTableEntry.SubTypeTable
get

If defined, the sub-type table associated with this item property.


The documentation for this class was generated from the following file: