Show / Hide Table of Contents

Struct DFLocation.ExteriorData

Layout data for exterior location.

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

Fields

| Improve this Doc View Source

AnotherName

Another name for this location. Changing seems to have no effect in game.

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

BlockNames

Resolved block names.

Declaration
public string[] BlockNames
Field Value
Type Description
String[]
| Improve this Doc View Source

Height

Height of exterior map grid from 1-8.

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

LocationId

Location ID.

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

MapId

This (value and 0x000fffff) matches (MapTable.MapId and 0x000fffff).

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

PortTownAndUnknown

If non-zero, ships can be purchased at banks here. Also has an unknown use.

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

Width

Width of exterior map grid from 1-8.

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