Table of Contents

Struct ItemData

Namespace
Moongate.UO.Data.Tiles
Assembly
Moongate.UO.Data.dll

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

name string
flags UOTileFlag
weight int
quality int
animation int
quantity int
value int
height int

Properties

Animation

public int Animation { get; set; }

Property Value

int

Background

public bool Background { get; set; }

Property Value

bool

Bridge

public bool Bridge { get; set; }

Property Value

bool

CalcHeight

public int CalcHeight { get; }

Property Value

int

Door

public bool Door { get; set; }

Property Value

bool

Flags

public UOTileFlag Flags { readonly get; set; }

Property Value

UOTileFlag

Height

public int Height { get; set; }

Property Value

int

Impassable

public bool Impassable { get; set; }

Property Value

bool

ImpassableSurface

public bool ImpassableSurface { get; set; }

Property Value

bool

this[UOTileFlag]

public bool this[UOTileFlag flag] { get; set; }

Parameters

flag UOTileFlag

Property Value

bool

LightSource

public bool LightSource { get; set; }

Property Value

bool

Name

public string Name { readonly get; set; }

Property Value

string

Quality

public int Quality { get; set; }

Property Value

int

Quantity

public int Quantity { get; set; }

Property Value

int

Roof

public bool Roof { get; set; }

Property Value

bool

Surface

public bool Surface { get; set; }

Property Value

bool

Value

public int Value { get; set; }

Property Value

int

Wall

public bool Wall { get; set; }

Property Value

bool

Weight

public int Weight { get; set; }

Property Value

int

Wet

public bool Wet { get; set; }

Property Value

bool

Window

public bool Window { get; set; }

Property Value

bool

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.