Anvil
|
Static Public Member Functions | |
static ? TwoDimArray | GetTable (string twoDimArrayName) |
Gets the specified 2d array table. More... | |
static ? TwoDimArray< T > | GetTable< T > (string? twoDimArrayName, bool useCache=true, bool checkCacheType=true) |
Gets the specified 2d array table. More... | |
Properties | |
static TwoDimArray< AppearanceTableEntry > | AppearanceTable = null! [get] |
Gets the appearance table (appearance.2da) More... | |
static TwoDimArray< ArmorTableEntry > | ArmorTable = null! [get] |
Gets the armor table (armor.2da) More... | |
static TwoDimArray< BodyBagTableEntry > | BodyBagTable = null! [get] |
Gets the body bag table (bodybag.2da) More... | |
static TwoDimArray< DamageLevelEntry > | DamageLevelTable = null! [get] |
Gets the damage level table (damagelevels.2da) More... | |
static TwoDimArray< EffectIconTableEntry > | EffectIconTable = null! [get] |
Gets the effect icon table (effecticons.2da) More... | |
static TwoDimArray< EnvironmentPreset > | EnvironmentPresetTable = null! [get] |
Gets the environment preset table (environment.2da) More... | |
static TwoDimArray< ExpTableEntry > | ExpTable = null! [get] |
Gets the experience point/level progression table (exptable.2da) More... | |
static TwoDimArray< ItemPropertyCostTablesEntry > | ItemPropertyCostTables = null! [get] |
Gets the item property cost tables. (iprp_costtable.2da) More... | |
static TwoDimArray< ItemPropertyItemMapTableEntry > | ItemPropertyItemMapTable = null! [get] |
Gets the item property item mapping table (itemprops.2da) More... | |
static TwoDimArray< ItemPropertyParamTablesEntry > | ItemPropertyParamTables = null! [get] |
Gets the item property param tables. (iprp_paramtable.2da) More... | |
static TwoDimArray< ItemPropertyTableEntry > | ItemPropertyTable = null! [get] |
Gets the item property table. (itempropdef.2da) More... | |
static TwoDimArray< LightColorTableEntry > | LightColorTable = null! [get] |
Gets the light color table (lightcolor.2da) More... | |
static TwoDimArray< LoadScreenTableEntry > | LoadScreenTable = null! [get] |
Gets the loading screen table (loadscreens.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsBeltTable = null! [get] |
Gets the belt parts table (parts_belt.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsBicepTable = null! [get] |
Gets the bicep parts table (parts_bicep.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsChestTable = null! [get] |
Gets the chest parts table (parts_chest.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsFootTable = null! [get] |
Gets the foot parts table (parts_foot.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsForearmTable = null! [get] |
Gets the forearm parts table (parts_forearm.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsHandTable = null! [get] |
Gets the hand parts table (parts_hand.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsLegTable = null! [get] |
Gets the leg parts table (parts_leg.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsNeckTable = null! [get] |
Gets the neck parts table (parts_neck.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsPelvisTable = null! [get] |
Gets the pelvis parts table (parts_pelvis.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsRobeTable = null! [get] |
Gets the robe parts table (parts_robe.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsShinTable = null! [get] |
Gets the shin parts table (parts_shin.2da) More... | |
static TwoDimArray< PartsTableEntry > | PartsShoulderTable = null! [get] |
Gets the shoulder parts table (parts_shoulder.2da) More... | |
static TwoDimArray< PersistentVfxTableEntry > | PersistentEffectTable = null! [get] |
Gets the programmed effect table (vfx_persistent.2da) More... | |
static TwoDimArray< PlaceableSoundTableEntry > | PlaceableSoundTable = null! [get] |
Gets the placeable sound table (placeableobjsnds.2da) More... | |
static TwoDimArray< PlaceableTableEntry > | PlaceableTable = null! [get] |
Gets the placeable table (placeables.2da) More... | |
static TwoDimArray< PlaceableTypeTableEntry > | PlaceableTypeTable = null! [get] |
Gets the placeable type/category table (placeabletypes.2da) More... | |
static TwoDimArray< PolymorphTableEntry > | PolymorphTable = null! [get] |
Gets the polymorph table (polymorph.2da) More... | |
static TwoDimArray< PortraitTableEntry > | PortraitTable = null! [get] |
Gets the portraits table (portraits.2da) More... | |
static TwoDimArray< ProgrammedEffectTableEntry > | ProgrammedEffectTable = null! [get] |
Gets the programmed effect table (progfx.2da) More... | |
static TwoDimArray< SkillItemCostTableEntry > | SkillItemCostTable = null! [get] |
Gets the item/skill cost table (skillvsitemcost.2da) More... | |
static TwoDimArray< SurfaceMaterialTableEntry > | SurfaceMaterialTable = null! [get] |
Gets surface material table (surfacemat.2da) More... | |
static TwoDimArray< VisualEffectTableEntry > | VisualEffectTable = null! [get] |
Gets the visual effect table (visualeffects.2da) More... | |
|
inlinestatic |
Gets the specified 2d array table.
twoDimArrayName | The table name to query. |
|
inlinestatic |
Gets the specified 2d array table.
twoDimArrayName | The table name to query. |
useCache | Enables/disables caching of the decoded 2da for future use. |
checkCacheType | When using the cache, if the return type should be checked. |
T | The type of entries contained in this 2da. |
InvalidOperationException | Thrown if the entry type specified does not match the existing cache type and checkCacheType is set to true. |
T | : | class | |
T | : | ITwoDimArrayEntry | |
T | : | new() |
|
staticget |
Gets the appearance table (appearance.2da)
|
staticget |
Gets the armor table (armor.2da)
|
staticget |
Gets the body bag table (bodybag.2da)
|
staticget |
Gets the damage level table (damagelevels.2da)
|
staticget |
Gets the effect icon table (effecticons.2da)
|
staticget |
Gets the environment preset table (environment.2da)
|
staticget |
Gets the experience point/level progression table (exptable.2da)
|
staticget |
Gets the item property cost tables. (iprp_costtable.2da)
|
staticget |
Gets the item property item mapping table (itemprops.2da)
|
staticget |
Gets the item property param tables. (iprp_paramtable.2da)
|
staticget |
Gets the item property table. (itempropdef.2da)
|
staticget |
Gets the light color table (lightcolor.2da)
|
staticget |
Gets the loading screen table (loadscreens.2da)
|
staticget |
Gets the belt parts table (parts_belt.2da)
|
staticget |
Gets the bicep parts table (parts_bicep.2da)
|
staticget |
Gets the chest parts table (parts_chest.2da)
|
staticget |
Gets the foot parts table (parts_foot.2da)
|
staticget |
Gets the forearm parts table (parts_forearm.2da)
|
staticget |
Gets the hand parts table (parts_hand.2da)
|
staticget |
Gets the leg parts table (parts_leg.2da)
|
staticget |
Gets the neck parts table (parts_neck.2da)
|
staticget |
Gets the pelvis parts table (parts_pelvis.2da)
|
staticget |
Gets the robe parts table (parts_robe.2da)
|
staticget |
Gets the shin parts table (parts_shin.2da)
|
staticget |
Gets the shoulder parts table (parts_shoulder.2da)
|
staticget |
Gets the programmed effect table (vfx_persistent.2da)
|
staticget |
Gets the placeable sound table (placeableobjsnds.2da)
|
staticget |
Gets the placeable table (placeables.2da)
|
staticget |
Gets the placeable type/category table (placeabletypes.2da)
|
staticget |
Gets the polymorph table (polymorph.2da)
|
staticget |
Gets the portraits table (portraits.2da)
|
staticget |
Gets the programmed effect table (progfx.2da)
|
staticget |
Gets the item/skill cost table (skillvsitemcost.2da)
|
staticget |
Gets surface material table (surfacemat.2da)
|
staticget |
Gets the visual effect table (visualeffects.2da)