Cronous Emulation Server Daemon

PlayerCharacter.viewing_items Property

Gets currently visible items

[Visual Basic]
Public Property ReadOnly viewing_items As Hashtable
[C#]
public Hashtable viewing_items { get; }
[C++]
public: __property Hashtable* get_viewing_items();
[JScript]
public function get viewing_items() : Hashtable

See Also

PlayerCharacter Class | croemud.character Namespace