Show / Hide Table of Contents

Struct VariantBuildingKey

Namespace: DaggerfallWorkshop.Utility.AssetInjection
Assembly: Assembly-CSharp.dll
Syntax
public struct VariantBuildingKey

Constructors

| Improve this Doc View Source

VariantBuildingKey(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 Source

blockName

Declaration
public string blockName
Field Value
Type Description
String
| Improve this Doc View Source

locationKey

Declaration
public int locationKey
Field Value
Type Description
Int32
| Improve this Doc View Source

recordIndex

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