Cronous Emulation Server Daemon

ItemInstance.count Property

Gets the item 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

ItemInstance Class | croemud.item Namespace