Cronous Emulation Server Daemon

ItemEntry.count Property

Count.

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

See Also

ItemEntry Class | croemud.serverpacket Namespace