Cronous Emulation Server Daemon

OutfitChange.item_prototype Property

New item's prototype ID.

[Visual Basic]
Public Property item_prototype As UInt16
[C#]
public ushort item_prototype { get; set; }
[C++]
public: __property unsigned short get_item_prototype();
public: __property void set_item_prototype(unsigned short );
[JScript]
public function get item_prototype() : UInt16
public function set item_prototype(UInt16);

See Also

OutfitChange Class | croemud.serverpacket Namespace