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

Packet will not contain passwords and starting locations. Flags will be set to 0x00.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] CharacterList(
	params string[] characters
)
Public Shared Function CharacterList ( _
	ParamArray characters As String() _
) As Byte()
public:
static array<unsigned char>^ CharacterList(
	... array<String^>^ characters
)

Parameters

characters
array< String >[]()[]
List of characters.

See Also