* Gets the side currently playing. * @return The unit faction currently playing. */
| 762 | * @return The unit faction currently playing. |
| 763 | */ |
| 764 | UnitFaction SavedBattleGame::getSide() const |
| 765 | { |
| 766 | return _side; |
| 767 | } |
| 768 | |
| 769 | /** |
| 770 | * Gets the current turn number. |