* Gets the action result. Returns error messages or an empty string when everything went fine. * @return Error or empty string when everything is fine. */
| 81 | * @return Error or empty string when everything is fine. |
| 82 | */ |
| 83 | BattleAction BattleState::getAction() const |
| 84 | { |
| 85 | return _action; |
| 86 | } |
| 87 | |
| 88 | } |
no outgoing calls
no test coverage detected