Struct ItemData
Represents ItemData.
public struct ItemData
- Inherited Members
Constructors
ItemData(string, UOTileFlag, int, int, int, int, int, int)
public ItemData(string name, UOTileFlag flags, int weight, int quality, int animation, int quantity, int value, int height)
Parameters
Properties
Animation
public int Animation { get; set; }
Property Value
Background
public bool Background { get; set; }
Property Value
Bridge
public bool Bridge { get; set; }
Property Value
CalcHeight
public int CalcHeight { get; }
Property Value
Door
public bool Door { get; set; }
Property Value
Flags
public UOTileFlag Flags { readonly get; set; }
Property Value
Height
public int Height { get; set; }
Property Value
Impassable
public bool Impassable { get; set; }
Property Value
ImpassableSurface
public bool ImpassableSurface { get; set; }
Property Value
this[UOTileFlag]
public bool this[UOTileFlag flag] { get; set; }
Parameters
flagUOTileFlag
Property Value
LightSource
public bool LightSource { get; set; }
Property Value
Name
public string Name { readonly get; set; }
Property Value
Quality
public int Quality { get; set; }
Property Value
Quantity
public int Quantity { get; set; }
Property Value
Roof
public bool Roof { get; set; }
Property Value
Surface
public bool Surface { get; set; }
Property Value
Value
public int Value { get; set; }
Property Value
Wall
public bool Wall { get; set; }
Property Value
Weight
public int Weight { get; set; }
Property Value
Wet
public bool Wet { get; set; }
Property Value
Window
public bool Window { get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.