Cronous Emulation Server Daemon

MapEngine.item_collector Property

Collection of dropped items in the map.

[Visual Basic]
Public Property ReadOnly item_collector As SortedList
[C#]
public SortedList item_collector { get; }
[C++]
public: __property SortedList* get_item_collector();
[JScript]
public function get item_collector() : SortedList

See Also

MapEngine Class | croemud.map Namespace