Anvil
Loading...
Searching...
No Matches
Anvil.API.NwGameTables Class Reference

Static Public Member Functions

static ? TwoDimArray GetTable (string twoDimArrayName)
 Gets the specified 2d array table.
 
static ? TwoDimArray< T > GetTable< T > (string? twoDimArrayName, bool useCache=true, bool checkCacheType=true)
 Gets the specified 2d array table.
 

Properties

static TwoDimArray< AppearanceTableEntryAppearanceTable = null! [get]
 Gets the appearance table (appearance.2da)
 
static TwoDimArray< ArmorTableEntryArmorTable = null! [get]
 Gets the armor table (armor.2da)
 
static TwoDimArray< BodyBagTableEntryBodyBagTable = null! [get]
 Gets the body bag table (bodybag.2da)
 
static TwoDimArray< DamageLevelEntryDamageLevelTable = null! [get]
 Gets the damage level table (damagelevels.2da)
 
static TwoDimArray< EffectIconTableEntryEffectIconTable = null! [get]
 Gets the effect icon table (effecticons.2da)
 
static TwoDimArray< EnvironmentPresetEnvironmentPresetTable = null! [get]
 Gets the environment preset table (environment.2da)
 
static TwoDimArray< ExpTableEntryExpTable = null! [get]
 Gets the experience point/level progression table (exptable.2da)
 
static TwoDimArray< ItemPropertyCostTablesEntryItemPropertyCostTables = null! [get]
 Gets the item property cost tables. (iprp_costtable.2da)
 
static TwoDimArray< ItemPropertyItemMapTableEntryItemPropertyItemMapTable = null! [get]
 Gets the item property item mapping table (itemprops.2da)
 
static TwoDimArray< ItemPropertyParamTablesEntryItemPropertyParamTables = null! [get]
 Gets the item property param tables. (iprp_paramtable.2da)
 
static TwoDimArray< ItemPropertyTableEntryItemPropertyTable = null! [get]
 Gets the item property table. (itempropdef.2da)
 
static TwoDimArray< LightColorTableEntryLightColorTable = null! [get]
 Gets the light color table (lightcolor.2da)
 
static TwoDimArray< LoadScreenTableEntryLoadScreenTable = null! [get]
 Gets the loading screen table (loadscreens.2da)
 
static TwoDimArray< PartsTableEntryPartsBeltTable = null! [get]
 Gets the belt parts table (parts_belt.2da)
 
static TwoDimArray< PartsTableEntryPartsBicepTable = null! [get]
 Gets the bicep parts table (parts_bicep.2da)
 
static TwoDimArray< PartsTableEntryPartsChestTable = null! [get]
 Gets the chest parts table (parts_chest.2da)
 
static TwoDimArray< PartsTableEntryPartsFootTable = null! [get]
 Gets the foot parts table (parts_foot.2da)
 
static TwoDimArray< PartsTableEntryPartsForearmTable = null! [get]
 Gets the forearm parts table (parts_forearm.2da)
 
static TwoDimArray< PartsTableEntryPartsHandTable = null! [get]
 Gets the hand parts table (parts_hand.2da)
 
static TwoDimArray< PartsTableEntryPartsLegTable = null! [get]
 Gets the leg parts table (parts_leg.2da)
 
static TwoDimArray< PartsTableEntryPartsNeckTable = null! [get]
 Gets the neck parts table (parts_neck.2da)
 
static TwoDimArray< PartsTableEntryPartsPelvisTable = null! [get]
 Gets the pelvis parts table (parts_pelvis.2da)
 
static TwoDimArray< PartsTableEntryPartsRobeTable = null! [get]
 Gets the robe parts table (parts_robe.2da)
 
static TwoDimArray< PartsTableEntryPartsShinTable = null! [get]
 Gets the shin parts table (parts_shin.2da)
 
static TwoDimArray< PartsTableEntryPartsShoulderTable = null! [get]
 Gets the shoulder parts table (parts_shoulder.2da)
 
static TwoDimArray< PersistentVfxTableEntryPersistentEffectTable = null! [get]
 Gets the programmed effect table (vfx_persistent.2da)
 
static TwoDimArray< PlaceableSoundTableEntryPlaceableSoundTable = null! [get]
 Gets the placeable sound table (placeableobjsnds.2da)
 
static TwoDimArray< PlaceableTableEntryPlaceableTable = null! [get]
 Gets the placeable table (placeables.2da)
 
static TwoDimArray< PlaceableTypeTableEntryPlaceableTypeTable = null! [get]
 Gets the placeable type/category table (placeabletypes.2da)
 
static TwoDimArray< PolymorphTableEntryPolymorphTable = null! [get]
 Gets the polymorph table (polymorph.2da)
 
static TwoDimArray< PortraitTableEntryPortraitTable = null! [get]
 Gets the portraits table (portraits.2da)
 
static TwoDimArray< ProgrammedEffectTableEntryProgrammedEffectTable = null! [get]
 Gets the programmed effect table (progfx.2da)
 
static TwoDimArray< SkillItemCostTableEntrySkillItemCostTable = null! [get]
 Gets the item/skill cost table (skillvsitemcost.2da)
 
static TwoDimArray< SurfaceMaterialTableEntrySurfaceMaterialTable = null! [get]
 Gets surface material table (surfacemat.2da)
 
static TwoDimArray< VisualEffectTableEntryVisualEffectTable = null! [get]
 Gets the visual effect table (visualeffects.2da)
 

Member Function Documentation

◆ GetTable()

static ? TwoDimArray Anvil.API.NwGameTables.GetTable ( string twoDimArrayName)
inlinestatic

Gets the specified 2d array table.

Parameters
twoDimArrayNameThe table name to query.

◆ GetTable< T >()

static ? TwoDimArray< T > Anvil.API.NwGameTables.GetTable< T > ( string? twoDimArrayName,
bool useCache = true,
bool checkCacheType = true )
inlinestatic

Gets the specified 2d array table.

Parameters
twoDimArrayNameThe table name to query.
useCacheEnables/disables caching of the decoded 2da for future use.
checkCacheTypeWhen using the cache, if the return type should be checked.
Template Parameters
TThe type of entries contained in this 2da.
Exceptions
InvalidOperationExceptionThrown if the entry type specified does not match the existing cache type and checkCacheType is set to true.
Type Constraints
T :class 
T :ITwoDimArrayEntry 
T :new() 

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