PCID.this - multiple declarations
Function PCID.this
Create with existing PCID
this
(
in const(char[32]) pcid
);
Function PCID.this
Standard way to create a PCID.
this
(
in const(string) accountName,
in const(string) charName
);
Will create a char[32] containing at most 16 chars from the account and 16 chars from the char name, right-filled with spaces.