Home
last modified time | relevance | path

Searched defs:footpathPos (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DFootpath.cpp402 void footpath_remove_litter(const CoordsXYZ& footpathPos) in footpath_remove_litter()
424 void footpath_interrupt_peeps(const CoordsXYZ& footpathPos) in footpath_interrupt_peeps()
512 static void footpath_connect_corners(const CoordsXY& footpathPos, PathElement* initialTileElement) in footpath_connect_corners()
650 static TileElement* footpath_get_element(const CoordsXYRangedZ& footpathPos, int32_t direction) in footpath_get_element()
689 const CoordsXY& footpathPos, TileElement* tileElement, int32_t action, int32_t direction) in footpath_reconnect_queue_to_path()
1316 CoordsXYZ footpathPos; in footpath_is_connected_to_map_edge_helper() member
1786 static void footpath_clear_wide(const CoordsXY& footpathPos) in footpath_clear_wide()
1805 static TileElement* footpath_can_be_wide(const CoordsXYZ& footpathPos) in footpath_can_be_wide()
1830 void footpath_update_path_wide_flags(const CoordsXY& footpathPos) in footpath_update_path_wide_flags()
2060 const CoordsXYZ& footpathPos, int32_t direction, TileElement* tileElement, bool isQueue) in footpath_remove_edges_towards_here()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DFootpathPlaceAction.cpp509 PathElement* FootpathPlaceAction::map_get_footpath_element_slope(const CoordsXYZ& footpathPos, int3… in map_get_footpath_element_slope() argument