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 SourceIndex
Index of this object in the objects array.
Declaration
public int Index
Field Value
| Type | Description |
|---|---|
| Int32 |
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 |
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 |
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 |