|
HoverRace
2.0
|
Interface for profiles than can be renamed. More...
#include <EditableProfile.h>
Inheritance diagram for HoverRace::Player::RenamableProfile:Public Member Functions | |
| virtual void | Rename (const std::string &name)=0 |
| Attempt to rename the profile. More... | |
Interface for profiles than can be renamed.
|
pure virtual |
Attempt to rename the profile.
This implies saving the profile.
| name | The new name (may not be blank). |
Implemented in HoverRace::Player::Profile.
1.8.11