* Gets the current debug mode. * @return Debug mode. */
| 1419 | * @return Debug mode. |
| 1420 | */ |
| 1421 | bool SavedGame::getDebugMode() const |
| 1422 | { |
| 1423 | return _debug; |
| 1424 | } |
| 1425 | |
| 1426 | /** @brief Match a mission based on region and type. |
| 1427 | * This function object will match alien missions based on region and type. |
no outgoing calls
no test coverage detected