C# Class otitemeditor.ItemImpl

Inheritance: ICloneable
Exibir arquivo Open project: opentibia/item-editor Class Usage Examples

Public Properties

Property Type Description
allowDistRead bool
alwaysOnTop bool
alwaysOnTopOrder System.UInt16
blockObject bool
blockPathFind bool
blockProjectile bool
groundSpeed System.UInt16
hasHeight bool
hasUseWith bool
id System.UInt16
isAnimation bool
isHangable bool
isHorizontal bool
isMoveable bool
isPickupable bool
isReadable bool
isRotatable bool
isStackable bool
isVertical bool
lightColor System.UInt16
lightLevel System.UInt16
lookThrough bool
maxReadChars System.UInt16
maxReadWriteChars System.UInt16
minimapColor System.UInt16
name string
type ItemType
walkStack bool
wareId System.UInt16

Public Methods

Method Description
Clone ( ) : object

Method Details

Clone() public method

public Clone ( ) : object
return object

Property Details

allowDistRead public_oe property

public bool allowDistRead
return bool

alwaysOnTop public_oe property

public bool alwaysOnTop
return bool

alwaysOnTopOrder public_oe property

public UInt16,System alwaysOnTopOrder
return System.UInt16

blockObject public_oe property

public bool blockObject
return bool

blockPathFind public_oe property

public bool blockPathFind
return bool

blockProjectile public_oe property

public bool blockProjectile
return bool

groundSpeed public_oe property

public UInt16,System groundSpeed
return System.UInt16

hasHeight public_oe property

public bool hasHeight
return bool

hasUseWith public_oe property

public bool hasUseWith
return bool

id public_oe property

public UInt16,System id
return System.UInt16

isAnimation public_oe property

public bool isAnimation
return bool

isHangable public_oe property

public bool isHangable
return bool

isHorizontal public_oe property

public bool isHorizontal
return bool

isMoveable public_oe property

public bool isMoveable
return bool

isPickupable public_oe property

public bool isPickupable
return bool

isReadable public_oe property

public bool isReadable
return bool

isRotatable public_oe property

public bool isRotatable
return bool

isStackable public_oe property

public bool isStackable
return bool

isVertical public_oe property

public bool isVertical
return bool

lightColor public_oe property

public UInt16,System lightColor
return System.UInt16

lightLevel public_oe property

public UInt16,System lightLevel
return System.UInt16

lookThrough public_oe property

public bool lookThrough
return bool

maxReadChars public_oe property

public UInt16,System maxReadChars
return System.UInt16

maxReadWriteChars public_oe property

public UInt16,System maxReadWriteChars
return System.UInt16

minimapColor public_oe property

public UInt16,System minimapColor
return System.UInt16

name public_oe property

public string name
return string

type public_oe property

public ItemType type
return ItemType

walkStack public_oe property

public bool walkStack
return bool

wareId public_oe property

public UInt16,System wareId
return System.UInt16