Show / Hide Table of Contents

Struct DFBlock.RmbBlockFlatObjectRecord

Flat object (billboard) data, such as haystacks and horses.

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

Fields

| Improve this Doc View Source

FactionID

NPC faction. (for exterior NPCs)

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

Flags

NPC flags. (Same as RmbBlockPeopleRecord, but for exterior NPCs)

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

Position

Position of this record in stream.

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

TextureArchive

Texture archive from bitfield. Used to determine which texture file to load (e.g. TEXTURE.210).

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

TextureRecord

Texture record from bitfield. Used to determine which texture record to load from archive.

Declaration
public int TextureRecord
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

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