Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle.cpp382 static Vehicle *VehicleFromTileHash(int xl, int yl, int xu, int yu, void *data, VehicleFromPosProc … in VehicleFromTileHash() function
421 return VehicleFromTileHash(xl, yl, xu, yu, data, proc, find_first); in VehicleFromPosXY()