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

Method getRankString

src/Savegame/BattleUnit.cpp:2293–2296  ·  view source on GitHub ↗

* Get the units's rank string. * @return rank. */

Source from the content-addressed store, hash-verified

2291 * @return rank.
2292 */
2293std::string BattleUnit::getRankString() const
2294{
2295 return _rank;
2296}
2297
2298/**
2299 * Get the geoscape-soldier object.

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected