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

Method getSide

src/Savegame/SavedBattleGame.cpp:764–767  ·  view source on GitHub ↗

* Gets the side currently playing. * @return The unit faction currently playing. */

Source from the content-addressed store, hash-verified

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

Callers 15

nextStageMethod · 0.80
initMethod · 0.80
drawMethod · 0.80
drawTerrainMethod · 0.80
initMethod · 0.80
thinkMethod · 0.80
cancelMethod · 0.80
thinkMethod · 0.80
NextTurnStateMethod · 0.80
closeMethod · 0.80
initMethod · 0.80
thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected