Show / Hide Table of Contents

Struct DFBlock.RmbBlockDesc

An RMB Block has this basic structure.

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

Fields

| Improve this Doc View Source

FldHeader

Fixed length data (FLD) header.

Declaration
public DFBlock.RmbBlockFld FldHeader
Field Value
Type Description
DFBlock.RmbBlockFld
| Improve this Doc View Source

Misc3dObjectRecords

Defines additional 3D objects positioned arbitrarily inside block.

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

MiscFlatObjectRecords

Defines additional flat (billboard) objects positioned arbitrarily inside block.

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

SubRecords

Contains block subrecords for exterior and interior object.

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