Show / Hide Table of Contents

Struct DFBlock.RdbUnknownObject

Unknown object from linked list in RdbObjectHeader.

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

Fields

| Improve this Doc View Source

Index

Index of this object in the objects array.

Declaration
public int Index
Field Value
Type Description
Int32
| Improve this Doc View Source

Next

Offset to next object from start of RDB record. Not required unless you are extending the block reader.

Declaration
public int Next
Field Value
Type Description
Int32
| Improve this Doc View Source

Position

Offset of this object from start of RDB record. Not required unless you are extending the block reader.

Declaration
public int Position
Field Value
Type Description
Int32
| Improve this Doc View Source

UnknownOffset

Offset to 23 bytes of unknown data from start of RDB record. Not required unless you are extending the block reader.

Declaration
public uint UnknownOffset
Field Value
Type Description
UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX