Cronous Emulation Server Daemon

ItemEntry.item_prototype_id Property

Item prototype ID.

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

See Also

ItemEntry Class | croemud.serverpacket Namespace