Show / Hide Table of Contents

Struct VariantBlockKey

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

Constructors

| Improve this Doc View Source

VariantBlockKey(Int32, String)

Declaration
public VariantBlockKey(int locationKey, string blockName)
Parameters
Type Name Description
Int32 locationKey
String blockName

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
In This Article
Back to top Generated by DocFX