MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / FootpathIsConnectedToMapEdge

Function FootpathIsConnectedToMapEdge

src/openrct2/world/Footpath.cpp:1286–1290  ·  view source on GitHub ↗

TODO: Use GAME_COMMAND_FLAGS

Source from the content-addressed store, hash-verified

1284
1285 // TODO: Use GAME_COMMAND_FLAGS
1286 int32_t FootpathIsConnectedToMapEdge(const CoordsXYZ& footpathPos, int32_t direction, int32_t flags)
1287 {
1288 flags |= FOOTPATH_CONNECTED_MAP_EDGE_IGNORE_QUEUES;
1289 return FootpathIsConnectedToMapEdgeHelper(footpathPos, direction, flags);
1290 }
1291
1292 /**
1293 *

Callers 1

CheckParkFunction · 0.85

Calls 1

Tested by

no test coverage detected