Struct VariantBuildingKey
Namespace: DaggerfallWorkshop.Utility.AssetInjection
Assembly: Assembly-CSharp.dll
Syntax
public struct VariantBuildingKey
  Constructors
| Improve this Doc View SourceVariantBuildingKey(Int32, String, Int32)
Declaration
public VariantBuildingKey(int locationKey, string blockName, int recordIndex)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | locationKey | |
| String | blockName | |
| Int32 | recordIndex | 
Fields
| Improve this Doc View SourceblockName
Declaration
public string blockName
  Field Value
| Type | Description | 
|---|---|
| String | 
locationKey
Declaration
public int locationKey
  Field Value
| Type | Description | 
|---|---|
| Int32 | 
recordIndex
Declaration
public int recordIndex
  Field Value
| Type | Description | 
|---|---|
| Int32 |