Show / Hide Table of Contents

Struct DFBlock.RmbBlockData

Defines block resources stored in this subrecord. Check header for how many resources of any type are to be found in this definition.

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

Fields

| Improve this Doc View Source

Block3dObjectRecords

3D objects to position around the block.

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

BlockDoorRecords

Doors the player can open and close to position around the block.

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

BlockFlatObjectRecords

Flat (billboard) objects to position around the block.

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

BlockPeopleRecords

People (NPCs) to position around the block.

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

BlockSection3Records

Unknown data.

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

Header

Header data.

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