Show / Hide Table of Contents

Struct DFItem

Stores native item template data exactly as read from FALL.EXE.

Namespace: DaggerfallConnect.FallExe
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct DFItem

Fields

| Improve this Doc View Source

basePrice

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

baseWeightUnits

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

capacityOrTarget

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

drawOrderOrEffect

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

enchantmentPoints

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

hitPoints

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

name

Declaration
public byte[] name
Field Value
Type Description
Byte[]
| Improve this Doc View Source

playerTextureBitfield

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

position

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

propertiesBitfield

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

rarity

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

variants

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

worldTextureBitfield

Declaration
public short worldTextureBitfield
Field Value
Type Description
Int16
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX