#include "action.h"#include "../vehicle.h"#include "action-registry.h"#include "actioncontainer.h"Include dependency graph for action.cpp:

Go to the source code of this file.
Functions | |
| static void | mergeActionFailures (ActionResult &failure, const ActionResult &res) |
Variables | |
| const int | currentGameActionVersion = 1 |
| const int | gameActionToken = 0x12003496 |
| static void mergeActionFailures | ( | ActionResult & | failure, | |
| const ActionResult & | res | |||
| ) | [static] |
Definition at line 71 of file action.cpp.
References ActionResult::successful().
Referenced by GameAction::undo().
| const int currentGameActionVersion = 1 |
Definition at line 107 of file action.cpp.
| const int gameActionToken = 0x12003496 |
Definition at line 108 of file action.cpp.
1.5.1