CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Classes | Enumerations
th_pathfind.h File Reference
#include "config.h"
#include <cstdint>
#include <vector>
#include "lua.hpp"

Go to the source code of this file.

Classes

struct  path_node
 
class  abstract_pathfinder
 
class  basic_pathfinder
 
class  hospital_finder
 
class  idle_tile_finder
 
class  object_visitor
 
class  pathfinder
 Finds paths through maps. More...
 

Enumerations

enum class  travel_direction { north = 0 , east = 1 , south = 2 , west = 3 }
 

Enumeration Type Documentation

◆ travel_direction

Directions of movement.

Enumerator
north 

Move to the north.

east 

Move to the east.

south 

Move to the south.

west 

Move to the west.