Show / Hide Table of Contents

Struct ExteriorAutomap.BlockLayout

Block layout of location.

Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public struct BlockLayout

Fields

| Improve this Doc View Source

blockIndex

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

blocktype

Declaration
public DFBlock.BlockTypes blocktype
Field Value
Type Description
DFBlock.BlockTypes
| Improve this Doc View Source

rdbType

Declaration
public DFBlock.RdbTypes rdbType
Field Value
Type Description
DFBlock.RdbTypes
| Improve this Doc View Source

rect

Declaration
public ExteriorAutomap.Rectangle rect
Field Value
Type Description
ExteriorAutomap.Rectangle
| Improve this Doc View Source

x

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

y

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