Show / Hide Table of Contents

Struct DFBlock.RdbModelResource

A model resource has this structure.

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

Fields

| Improve this Doc View Source

ActionResource

Action resource.

Declaration
public DFBlock.RdbActionResource ActionResource
Field Value
Type Description
DFBlock.RdbActionResource
| Improve this Doc View Source

ModelIndex

Index into ModelReferenceList array.

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

SoundIndex

ID of sound to play when action is executed. Also used for spell and text index.

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

TriggerFlag_StartingLock

Trigger flag and starting lock for doors.

Declaration
public uint TriggerFlag_StartingLock
Field Value
Type Description
UInt32
| Improve this Doc View Source

XRotation

X rotation.

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

YRotation

Y rotation.

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

ZRotation

Z rotation.

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