Show / Hide Table of Contents

Struct DFLocation.DungeonBlock

Describes a dungeon block element in a dungeon map layout.

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

Fields

| Improve this Doc View Source

BlockName

Name of RDB block.

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

CastleBlock

Whether this block is a main story castle area.

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

IsStartingBlock

IsStartingBlock read from bitfield.

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

WaterLevel

Height level of dungeon water. 10000 means no water.

Declaration
public short WaterLevel
Field Value
Type Description
Int16
| Improve this Doc View Source

X

X position of block.

Declaration
public sbyte X
Field Value
Type Description
SByte
| Improve this Doc View Source

Z

Y position of block.

Declaration
public sbyte Z
Field Value
Type Description
SByte
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX