Cronous Emulation Server Daemon

BuyItem.count Property

Item count.

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

See Also

BuyItem Class | croemud.clientpacket Namespace