Show / Hide Table of Contents

Struct DFBlock.RdbBlockDesc

An RDB block has this general structure.

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
[fsObject(Processor = typeof(DFBlock.RdbBlockDescProcessor))]
public struct RdbBlockDesc

Fields

| Improve this Doc View Source

ModelReferenceList

List of 750 sequential model indices.

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

ObjectRootList

List of offsets to root of linked list describing objects in this block.

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