|
Galactic Bloodshed
|
Functions | |
| std::tuple< std::string, std::string > | parse_connect (const std::string &message) |
| Parse input string for player and governor password. More... | |
| std::string | do_prompt (DescriptorData &d) |
| Create a prompt that shows the current AP and location of the player. More... | |
| std::string anonymous_namespace{GB_server.cc}::do_prompt | ( | DescriptorData & | d | ) |
Create a prompt that shows the current AP and location of the player.
| d | Game Object with player information |
Definition at line 349 of file GB_server.cc.
| std::tuple<std::string, std::string> anonymous_namespace{GB_server.cc}::parse_connect | ( | const std::string & | message | ) |
Parse input string for player and governor password.
| message | Input string from the user |
Definition at line 333 of file GB_server.cc.
1.8.13