MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getMember

Method getMember

src/Ruleset/AlienRace.cpp:62–65  ·  view source on GitHub ↗

* Gets a certain member of this alien race family. * @param id The member's id. * @return The member's name. */

Source from the content-addressed store, hash-verified

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

Callers 1

deployAliensMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected