Home
last modified time | relevance | path

Searched refs:RotateNeighbour (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_road.cpp190 static int32 RotateNeighbour(int32 neighbour) in RotateNeighbour() function
278 existing->array[i] = RotateNeighbour(existing->array[i]); in LookupWithBuildOnSlopes()
280 start = RotateNeighbour(start); in LookupWithBuildOnSlopes()
281 end = RotateNeighbour(end); in LookupWithBuildOnSlopes()