Functions | |
void | createCharacter (const std::string &name, char hairStyle, char hairColor, char gender, short strength, short agility, short vitality, short intelligence, short dexterity, short willpower) |
void | deleteCharacter (char slot) |
void | selectCharacter (char slot) |
void | unregister (const std::string &username, const std::string &password) |
void | changeEmail (const std::string &email) |
void | changePassword (const std::string &username, const std::string &oldPassword, const std::string &newPassword) |
void Net::AccountServer::Account::changeEmail | ( | const std::string & | ) |
Definition at line 85 of file account.cpp.
void Net::AccountServer::Account::changePassword | ( | const std::string & | username, | |
const std::string & | oldPassword, | |||
const std::string & | newPassword | |||
) |
Definition at line 96 of file account.cpp.
void Net::AccountServer::Account::createCharacter | ( | const std::string & | name, | |
char | hairStyle, | |||
char | hairColor, | |||
char | gender, | |||
short | strength, | |||
short | agility, | |||
short | vitality, | |||
short | intelligence, | |||
short | dexterity, | |||
short | willpower | |||
) |
Definition at line 35 of file account.cpp.
void Net::AccountServer::Account::deleteCharacter | ( | char | slot | ) |
Definition at line 56 of file account.cpp.
void Net::AccountServer::Account::selectCharacter | ( | char | slot | ) |
Definition at line 65 of file account.cpp.
void Net::AccountServer::Account::unregister | ( | const std::string & | username, | |
const std::string & | password | |||
) |
Definition at line 74 of file account.cpp.