Show / Hide Table of Contents

Struct DFBlock.RmbBlockHeader

RMB block data header.

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

Fields

| Improve this Doc View Source

Num3dObjectRecords

Count of 3D object records.

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

NumDoorRecords

Count of door records.

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

NumFlatObjectRecords

Count of flat (billboard) object records.

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

NumPeopleRecords

Count of people (NPC) records.

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

NumSection3Records

Count of unknown data records.

Declaration
public byte NumSection3Records
Field Value
Type Description
Byte
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX