Cronous Emulation Server Daemon

PlayerCharacter._viewing_items Field

Currently visible items

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

See Also

PlayerCharacter Class | croemud.character Namespace