Show / Hide Table of Contents

Struct DFBlock.RmbBlockFld

Fixed length data (FLD) header of block record.

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

Fields

| Improve this Doc View Source

AutoMapData

A 64x64 pixel automap image.

Declaration
public byte[] AutoMapData
Field Value
Type Description
Byte[]
| Improve this Doc View Source

BlockDataSizes

Length of block record data in bytes (array is 32 records long, but only up to numBlockDataRecords have valid data).

Declaration
public int[] BlockDataSizes
Field Value
Type Description
Int32[]
| Improve this Doc View Source

BlockPositions

Position of block record in 3D space (array is 32 records long, but only up to numBlockDataRecords have valid data).

Declaration
public DFBlock.RmbFldBlockPositions[] BlockPositions
Field Value
Type Description
DFBlock.RmbFldBlockPositions[]
| Improve this Doc View Source

BuildingDataList

Building data defining quality of building, etc.

Declaration
public DFLocation.BuildingData[] BuildingDataList
Field Value
Type Description
DFLocation.BuildingData[]
| Improve this Doc View Source

GroundData

Ground data to draw under a city block, such as ground textures, trees, rocks, etc.

Declaration
public DFBlock.RmbFldGroundData GroundData
Field Value
Type Description
DFBlock.RmbFldGroundData
| Improve this Doc View Source

Name

Name of this block. This always matches the BSA record name for this block.

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

NumBlockDataRecords

Count of block records.

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

NumMisc3dObjectRecords

Count of miscellaneous 3D object records.

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

NumMiscFlatObjectRecords

Count of miscellaneous flat object records.

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

OtherNames

Array of 32 other names for this block. Unknown purpose.

Declaration
public string[] OtherNames
Field Value
Type Description
String[]
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • AutoMapData
    • BlockDataSizes
    • BlockPositions
    • BuildingDataList
    • GroundData
    • Name
    • NumBlockDataRecords
    • NumMisc3dObjectRecords
    • NumMiscFlatObjectRecords
    • OtherNames
Back to top Generated by DocFX