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

Method getAction

src/Battlescape/BattleState.cpp:83–86  ·  view source on GitHub ↗

* Gets the action result. Returns error messages or an empty string when everything went fine. * @return Error or empty string when everything is fine. */

Source from the content-addressed store, hash-verified

81 * @return Error or empty string when everything is fine.
82 */
83BattleAction BattleState::getAction() const
84{
85 return _action;
86}
87
88}

Callers 3

popStateMethod · 0.45
noActionsPendingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected