Cronous Emulation Server Daemon

SellItem.item_id Property

Item ID.

[Visual Basic]
Public Property item_id As Integer
[C#]
public int item_id { get; set; }
[C++]
public: __property int get_item_id();
public: __property void set_item_id(int );
[JScript]
public function get item_id() : int
public function set item_id(int);

See Also

SellItem Class | croemud.clientpacket Namespace