Struct DFRegion.RegionMapTable
Describes a single location.
Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public struct RegionMapTable
Fields
| Improve this Doc View SourceDiscovered
Whether or not this location is discovered.
Declaration
public bool Discovered
Field Value
Type | Description |
---|---|
Boolean |
DungeonType
Dungeon type (Crypt, Orc Stronghold, Human Stronghold, etc.).
Declaration
public DFRegion.DungeonTypes DungeonType
Field Value
Type | Description |
---|---|
DFRegion. |
Key
A key for the contents of the location.
Declaration
public uint Key
Field Value
Type | Description |
---|---|
UInt32 |
Latitude
Latitude of this location.
Declaration
public int Latitude
Field Value
Type | Description |
---|---|
Int32 |
LocationType
Location type value read from bitfield.
Declaration
public DFRegion.LocationTypes LocationType
Field Value
Type | Description |
---|---|
DFRegion. |
Longitude
Longitude value read from bitfield.
Declaration
public int Longitude
Field Value
Type | Description |
---|---|
Int32 |
MapId
Numeric ID of this location.
Declaration
public int MapId
Field Value
Type | Description |
---|---|
Int32 |