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

Method getTUReserved

src/Savegame/SavedBattleGame.cpp:1690–1693  ·  view source on GitHub ↗

* Gets the TU reserved type. * @return A battleactiontype. */

Source from the content-addressed store, hash-verified

1688 * @return A battleactiontype.
1689 */
1690BattleActionType SavedBattleGame::getTUReserved() const
1691{
1692 return _tuReserved;
1693}
1694
1695/**
1696 * Sets the TU reserved type.

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected