Show / Hide Table of Contents

Struct DFBlock

Stores information about a block record. This is fundamentally equivalent to native block data, but is type-safe and structured for use.

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

Fields

| Improve this Doc View Source

Index

Index of the block in BLOCKS.BSA.

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

Name

Name of the block in BLOCKS.BSA.

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

Position

Starting offset of the block in BLOCKS.BSA.

Declaration
public long Position
Field Value
Type Description
Int64
| Improve this Doc View Source

RdbBlock

Contains RDB (dungeon) block data.

Declaration
public DFBlock.RdbBlockDesc RdbBlock
Field Value
Type Description
DFBlock.RdbBlockDesc
| Improve this Doc View Source

RdiBlock

Contains RDI (unknown) block data.

Declaration
public DFBlock.RdiBlockDesc RdiBlock
Field Value
Type Description
DFBlock.RdiBlockDesc
| Improve this Doc View Source

RmbBlock

Contains RMB (city) block data.

Declaration
public DFBlock.RmbBlockDesc RmbBlock
Field Value
Type Description
DFBlock.RmbBlockDesc
| Improve this Doc View Source

RMBTilesPerBlock

Declaration
public const int RMBTilesPerBlock = 16
Field Value
Type Description
Int32
| Improve this Doc View Source

Type

Defines the type of block data stored.

Declaration
public DFBlock.BlockTypes Type
Field Value
Type Description
DFBlock.BlockTypes
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX