PCID

ID used by Bioware Database to 'uniquely' identify a specific character. Can be used as a char[32].

Constructors

this
this(string accountName, string charName)

Standard way to create a PCID.

this
this(char[32] pcid)

Create with existing PCID

Alias This

pcid

Members

Functions

toString
string toString()

Easily readable PCID, with spaces stripped

Variables

pcid
char[32] pcid;
Undocumented in source.

Meta