Show / Hide Table of Contents

Class LootContainerData_v1

Inheritance
Object
LootContainerData_v1
Namespace: DaggerfallWorkshop.Game.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class LootContainerData_v1

Fields

| Improve this Doc View Source

containerImage

Declaration
public InventoryContainerImages containerImage
Field Value
Type Description
InventoryContainerImages
| Improve this Doc View Source

containerType

Declaration
public LootContainerTypes containerType
Field Value
Type Description
LootContainerTypes
| Improve this Doc View Source

currentPosition

Declaration
public Vector3 currentPosition
Field Value
Type Description
Vector3
| Improve this Doc View Source

customDrop

Declaration
public bool customDrop
Field Value
Type Description
Boolean
| Improve this Doc View Source

entityName

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

heightScale

Declaration
public float heightScale
Field Value
Type Description
Single
| Improve this Doc View Source

isEnemyClass

Declaration
public bool isEnemyClass
Field Value
Type Description
Boolean
| Improve this Doc View Source

items

Declaration
public ItemData_v1[] items
Field Value
Type Description
ItemData_v1[]
| Improve this Doc View Source

loadID

Declaration
public ulong loadID
Field Value
Type Description
UInt64
| Improve this Doc View Source

localPosition

Declaration
public Vector3 localPosition
Field Value
Type Description
Vector3
| Improve this Doc View Source

lootTableKey

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

playerOwned

Declaration
public bool playerOwned
Field Value
Type Description
Boolean
| Improve this Doc View Source

stockedDate

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

textureArchive

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

textureRecord

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

worldCompensation

Declaration
public Vector3 worldCompensation
Field Value
Type Description
Vector3
| Improve this Doc View Source

worldContext

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