Cronous Emulation Server Daemon

BuyItem.item_prototype_id Property

Item prototype ID.

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

See Also

BuyItem Class | croemud.clientpacket Namespace