* Return the numeric version of the unit's rank. * @return unit rank, 0 = lowest */
| 2501 | * @return unit rank, 0 = lowest |
| 2502 | */ |
| 2503 | int BattleUnit::getRankInt() const |
| 2504 | { |
| 2505 | return _rankInt; |
| 2506 | } |
| 2507 | |
| 2508 | /** |
| 2509 | * Derive the numeric unit rank from the string rank |
no outgoing calls
no test coverage detected