Exception used to signal that the user has decided to abort a game, and to load another game instead. More...
#include <game_errors.hpp>
Public Member Functions | |
load_game_exception () | |
load_game_exception (const std::string &game_, const bool show_replay_, const bool cancel_orders_, const bool select_difficulty_, const std::string &difficulty_, bool skip_version_check_=false) | |
Public Member Functions inherited from tlua_jailbreak_exception | |
virtual | ~tlua_jailbreak_exception () throw () |
void | store () const throw () |
Stores a copy the current exception to be rethrown. More... | |
Static Public Attributes | |
static std::string | game |
static bool | show_replay |
static bool | cancel_orders |
static bool | select_difficulty |
static std::string | difficulty |
static bool | skip_version_check |
Additional Inherited Members | |
Static Public Member Functions inherited from tlua_jailbreak_exception | |
static void | rethrow () |
Rethrows the stored exception. More... | |
Static Protected Attributes inherited from tlua_jailbreak_exception | |
static tlua_jailbreak_exception * | jailbreak_exception = nullptr |
The exception to be rethrown. More... | |
Exception used to signal that the user has decided to abort a game, and to load another game instead.
Definition at line 62 of file game_errors.hpp.
|
inline |
Definition at line 67 of file game_errors.hpp.
|
inline |
Definition at line 72 of file game_errors.hpp.
References cancel_orders, difficulty, game_, select_difficulty, show_replay, and skip_version_check.
|
static |
Definition at line 91 of file game_errors.hpp.
Referenced by game_launcher::load_game(), load_game_exception(), and game_launcher::unit_test().
|
static |
Definition at line 93 of file game_errors.hpp.
Referenced by game_launcher::load_game(), and load_game_exception().
|
static |
Definition at line 89 of file game_errors.hpp.
Referenced by game_launcher::clear_loaded_game(), game_launcher::game_launcher(), game_launcher::goto_editor(), game_launcher::is_loading(), playsingle_controller::linger(), game_launcher::load_game(), playsingle_controller::play_scenario(), and game_launcher::unit_test().
|
static |
Definition at line 92 of file game_errors.hpp.
Referenced by game_launcher::load_game(), and load_game_exception().
|
static |
Definition at line 90 of file game_errors.hpp.
Referenced by game_launcher::load_game(), load_game_exception(), and game_launcher::unit_test().
|
static |
Definition at line 94 of file game_errors.hpp.
Referenced by game_launcher::load_game(), and load_game_exception().