Cronous Emulation Server Daemon

PlayerCharacter._disappearing_items Field

Items disappearing during the cycle.

[Visual Basic]
Protected _disappearing_items As Hashtable
[C#]
protected Hashtable _disappearing_items;
[C++]
protected: Hashtable* _disappearing_items;
[JScript]
protected var _disappearing_items: Hashtable;

See Also

PlayerCharacter Class | croemud.character Namespace