The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
pathfind::plain_route Struct Reference

Structure which holds a single route between one location and another. More...

#include <pathfind.hpp>

Public Member Functions

 plain_route ()
 

Public Attributes

std::vector< map_locationsteps
 
int move_cost
 Movement cost for reaching the end of the route. More...
 

Detailed Description

Structure which holds a single route between one location and another.

Definition at line 132 of file pathfind.hpp.

Constructor & Destructor Documentation

pathfind::plain_route::plain_route ( )
inline

Definition at line 134 of file pathfind.hpp.

Member Data Documentation

int pathfind::plain_route::move_cost
std::vector<map_location> pathfind::plain_route::steps

The documentation for this struct was generated from the following file: