[This is preliminary documentation and is subject to change.]

Gets collection of all known characters (doesn't have to correspond to client).

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static CharacterCollection Characters { get; }
Public Shared ReadOnly Property Characters As CharacterCollection
public:
static property CharacterCollection^ Characters {
	CharacterCollection^ get ();
}

See Also