Show / Hide Table of Contents

Struct DFLocation.LocationRecordElementHeader

Header used for each location record element.

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

Fields

| Improve this Doc View Source

ExteriorLocationId

Set to 0x0000 when no exterior data present, or ID of exterior location

Declaration
public uint ExteriorLocationId
Field Value
Type Description
UInt32
| Improve this Doc View Source

IsExterior

Set to 0x0000 for dungeon interior data, or 0x8000 for location exterior data.

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

IsInterior

Set to 0x0000 for exterior data, or 0x0001 for interior data.

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

LocationId

LocationID used by the quest subsystem.

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

LocationName

Name of location used when entering it.

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

Unknown2

Unknown value for LocationDungeon structure, used by SongManager to select songs. Location index for Exterior structure. (should match top level index)

Declaration
public uint Unknown2
Field Value
Type Description
UInt32
| Improve this Doc View Source

X

X coordinate for location in world units.

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

Y

X coordinate for location in world units.

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