* Gets a certain member of this alien race family. * @param id The member's id. * @return The member's name. */
| 60 | * @return The member's name. |
| 61 | */ |
| 62 | std::string AlienRace::getMember(int id) const |
| 63 | { |
| 64 | return _members[id]; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Returns if the race can participate in retaliation missions. |