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

Method getId

src/Ruleset/AlienRace.cpp:52–55  ·  view source on GitHub ↗

* Returns the language string that names * this alien race. Each race has a unique name. * @return Race name. */

Source from the content-addressed store, hash-verified

50 * @return Race name.
51 */
52std::string AlienRace::getId() const
53{
54 return _id;
55}
56
57/**
58 * Gets a certain member of this alien race family.

Callers 2

newSaveMethod · 0.45
genSoldierMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected