Exception used to signal that the user has decided to abortt a game, and to load another game instead. More...
#include <savegame.hpp>
Public Member Functions | |
load_game_exception (load_game_metadata &&data) | |
![]() | |
virtual | ~lua_jailbreak_exception () noexcept |
void | store () const noexcept |
Stores a copy the current exception to be rethrown. More... | |
Public Attributes | |
load_game_metadata | data_ |
Additional Inherited Members | |
![]() | |
static void | rethrow () |
Rethrows the stored exception. More... | |
![]() | |
static lua_jailbreak_exception * | jailbreak_exception = nullptr |
The exception to be rethrown. More... | |
Exception used to signal that the user has decided to abortt a game, and to load another game instead.
Definition at line 83 of file savegame.hpp.
|
inlineexplicit |
Definition at line 87 of file savegame.hpp.
load_game_metadata savegame::load_game_exception::data_ |
Definition at line 92 of file savegame.hpp.
Referenced by game_launcher::launch_game(), game_launcher::play_multiplayer(), game_launcher::play_replay(), and game_launcher::play_test().