Show / Hide Table of Contents

Struct DFBlock.RmbBlockPeopleRecord

People (NPCs), such as shopkeepers and quest givers.

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

Fields

| Improve this Doc View Source

FactionID

NPC faction.

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

Flags

NPC flags. Known so far: 00X00000 : X=0 is male, X=1 is female

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