Cronous Emulation Server Daemon

PlayerCharacter._appearing_characters Field

Characters appearing during the cycle.

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

See Also

PlayerCharacter Class | croemud.character Namespace