Show / Hide Table of Contents

Struct ItemRecord.ItemRecordData

Stores native item data exactly as read from save file.

Namespace: DaggerfallConnect.Save
Assembly: Assembly-CSharp.dll
Syntax
public struct ItemRecordData

Fields

| Improve this Doc View Source

color

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

currentCondition

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

drawOrderOrEffect

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

enchantmentPoints

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

flags

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

group

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

image1

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

image2

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

index

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

magic

Declaration
public DaggerfallEnchantment[] magic
Field Value
Type Description
DaggerfallEnchantment[]
| Improve this Doc View Source

material

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

maxCondition

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

message

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

name

Declaration
public string name
Field Value
Type Description
String
| Improve this Doc View Source

typeDependentData

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

unknown

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

unknown2

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

value

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

variants

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

weight

Declaration
public uint weight
Field Value
Type Description
UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX