Show / Hide Table of Contents

Struct DFBlock.RmbBlockDoorRecord

Doors the player can open and close.

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

Fields

| Improve this Doc View Source

DoorModelIndex

Model index to use for door as offset from base door ID.

Declaration
public byte DoorModelIndex
Field Value
Type Description
Byte
| Improve this Doc View Source

OpenRotation

Angle to rotate door into open position.

Declaration
public short OpenRotation
Field Value
Type Description
Int16
| Improve this Doc View Source

Position

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

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

XPos

X position in 3D space.

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

YPos

Y position in 3D space.

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

YRotation

Y Rotation at starting position.

Declaration
public short YRotation
Field Value
Type Description
Int16
| Improve this Doc View Source

ZPos

Z position in 3D space.

Declaration
public int ZPos
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX