Struct VariantBlockKey
Namespace: DaggerfallWorkshop.Utility.AssetInjection
Assembly: Assembly-CSharp.dll
Syntax
public struct VariantBlockKey
Constructors
| Improve this Doc View SourceVariantBlockKey(Int32, String)
Declaration
public VariantBlockKey(int locationKey, string blockName)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | locationKey | |
| String | blockName |
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 |