Show / Hide Table of Contents

Class WorldDataVariants.WorldVariationData_v1

Inheritance
Object
WorldDataVariants.WorldVariationData_v1
Namespace: DaggerfallWorkshop.Utility.AssetInjection
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class WorldVariationData_v1

Fields

| Improve this Doc View Source

blockVariants

Declaration
public Dictionary<VariantBlockKey, string> blockVariants
Field Value
Type Description
Dictionary<VariantBlockKey, String>
| Improve this Doc View Source

buildingVariants

Declaration
public Dictionary<VariantBuildingKey, string> buildingVariants
Field Value
Type Description
Dictionary<VariantBuildingKey, String>
| Improve this Doc View Source

locationVariants

Declaration
public Dictionary<int, string> locationVariants
Field Value
Type Description
Dictionary<Int32, String>
| Improve this Doc View Source

newLocationVariants

Declaration
public List<int> newLocationVariants
Field Value
Type Description
List<Int32>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX