Show / Hide Table of Contents

Struct DFRegion.RegionMapTable

Describes a single location.

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

Fields

| Improve this Doc View Source

Discovered

Whether or not this location is discovered.

Declaration
public bool Discovered
Field Value
Type Description
Boolean
| Improve this Doc View Source

DungeonType

Dungeon type (Crypt, Orc Stronghold, Human Stronghold, etc.).

Declaration
public DFRegion.DungeonTypes DungeonType
Field Value
Type Description
DFRegion.DungeonTypes
| Improve this Doc View Source

Key

A key for the contents of the location.

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

Latitude

Latitude of this location.

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

LocationType

Location type value read from bitfield.

Declaration
public DFRegion.LocationTypes LocationType
Field Value
Type Description
DFRegion.LocationTypes
| Improve this Doc View Source

Longitude

Longitude value read from bitfield.

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

MapId

Numeric ID of this location.

Declaration
public int MapId
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Discovered
    • DungeonType
    • Key
    • Latitude
    • LocationType
    • Longitude
    • MapId
Back to top Generated by DocFX