Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getRace
Method
getRace
src/Ruleset/Unit.cpp:147–150 ·
view source on GitHub ↗
* Gets the alien's race. * @return The alien's race. */
Source
from the content-addressed store, hash-verified
145
* @return The alien's race.
146
*/
147
std::string Unit::getRace() const
148
{
149
return _race;
150
}
151
152
/**
153
* Gets the unit's rank.
Callers
4
Ufo.cpp
File · 0.80
BattleUnit
Method · 0.80
deployAliens
Method · 0.80
convertUnit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected