Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getRank
Method
getRank
src/Ruleset/Unit.cpp:156–159 ·
view source on GitHub ↗
* Gets the unit's rank. * @return The unit's rank. */
Source
from the content-addressed store, hash-verified
154
* @return The unit's rank.
155
*/
156
std::string Unit::getRank() const
157
{
158
return _rank;
159
}
160
161
/**
162
* Gets the unit's value - for scoring.
Callers
1
setupPatrol
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected