Show / Hide Table of Contents

Struct DFBlock.RdbActionResource

Action resource.

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

Fields

| Improve this Doc View Source

Axis

About which the object should rotate or translate. used for distance in action types 2-7, as well as damage calculations

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

Duration

Length of time the object takes to reach its final state.

Declaration
public ushort Duration
Field Value
Type Description
UInt16
| Improve this Doc View Source

Flags

Actions to perform.

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

Magnitude

The amount to translate/rotate around the specified axis.

Declaration
public ushort Magnitude
Field Value
Type Description
UInt16
| Improve this Doc View Source

NextObjectIndex

Index of model in RdbObject array that should be activated directly after this object. This allows actions to be chained forwards through multiple objects.

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

NextObjectOffset

Offset from start of RDB record to an object that should be activated directly after this object. This allows actions to be chained together.

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

Position

Position in stream to find this data.

Declaration
public long Position
Field Value
Type Description
Int64
| Improve this Doc View Source

PreviousObjectOffset

Offset from start of RDB record to an object that should be activated before this object

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