Show / Hide Table of Contents

Struct DaggerfallLocation.LocationSummary

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct LocationSummary

Fields

| Improve this Doc View Source

BlockHeight

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

BlockWidth

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

Climate

Declaration
public ClimateBases Climate
Field Value
Type Description
ClimateBases
| Improve this Doc View Source

DungeonType

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

HasDungeon

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

Latitude

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

LegacyLocation

Declaration
public DFLocation LegacyLocation
Field Value
Type Description
DFLocation
| Improve this Doc View Source

LocationName

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

LocationType

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

Longitude

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

MapID

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

MapPixelX

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

MapPixelY

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

Nature

Declaration
public ClimateNatureSets Nature
Field Value
Type Description
ClimateNatureSets
| Improve this Doc View Source

NatureBillboardBatch

Declaration
public DaggerfallBillboardBatch NatureBillboardBatch
Field Value
Type Description
DaggerfallBillboardBatch
| Improve this Doc View Source

RegionName

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

SkyBase

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

WorldClimate

Declaration
public MapsFile.Climates WorldClimate
Field Value
Type Description
MapsFile.Climates
| Improve this Doc View Source

WorldCoordX

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

WorldCoordZ

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