* Change the numeric version of the unit's rank. * @param rank unit rank, 0 = lowest */
| 2492 | * @param rank unit rank, 0 = lowest |
| 2493 | */ |
| 2494 | void BattleUnit::setRankInt(int rank) |
| 2495 | { |
| 2496 | _rankInt = rank; |
| 2497 | } |
| 2498 | |
| 2499 | /** |
| 2500 | * Return the numeric version of the unit's rank. |