34 const std::vector<map_location>::const_iterator & begin,
35 const std::vector<map_location>::const_iterator & end,
43 ,
goto_hex(unit_cfg[
"goto_x"].to_int(-999),
44 unit_cfg[
"goto_y"].to_int(-999),
wml_loc())
47 virtual const char*
get_type()
const {
return "move"; }
54 virtual bool undo(
int side);
A config object defines a single node in a WML file, with access to child nodes.
std::shared_ptr< const unit > unit_const_ptr
base class for classes that clear srhoud (move/recruit/recall)
virtual const char * get_type() const
move_action(const config &cfg, const config &unit_cfg, int sm, const map_location::DIRECTION dir)
virtual bool undo(int side)
Undoes this action.
map_location::DIRECTION starting_dir
move_action(const unit_const_ptr moved, const std::vector< map_location >::const_iterator &begin, const std::vector< map_location >::const_iterator &end, int sm, int timebonus, int orig, const map_location::DIRECTION dir)
virtual void write(config &cfg) const
Writes this into the provided config.
actions that are undoable (this does not include update_shroud and auto_shroud)
Encapsulates the map of the game.
DIRECTION
Valid directions which can be moved in our hexagonal world.