MCPcopy 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 */
156std::string Unit::getRank() const
157{
158 return _rank;
159}
160
161/**
162 * Gets the unit's value - for scoring.

Callers 1

setupPatrolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected