Show / Hide Table of Contents

Struct DFLocation.LocationDoorElement

Describes a door element.

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public struct LocationDoorElement

Fields

| Improve this Doc View Source

BuildingDataIndex

Index to element within LocationExterior.BuildingData array. Or 0xffff when door is not associated with BuildingData array.

Declaration
public ushort BuildingDataIndex
Field Value
Type Description
UInt16
| Improve this Doc View Source

Mask

Unknown mask;

Declaration
public byte Mask
Field Value
Type Description
Byte
| Improve this Doc View Source

NullValue

Always 0.

Declaration
public byte NullValue
Field Value
Type Description
Byte
| Improve this Doc View Source

Unknown1

Unknown.

Declaration
public byte Unknown1
Field Value
Type Description
Byte
| Improve this Doc View Source

Unknown2

Unknown.

Declaration
public byte Unknown2
Field Value
Type Description
Byte
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX