Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_waypoint.hpp42 WAYPOINT_RAIL = (int)::FACIL_TRAIN, ///< Rail waypoint enumerator
44 WAYPOINT_ANY = WAYPOINT_RAIL | WAYPOINT_BUOY, ///< All waypoint types
/dports/games/openttd/openttd-12.1/bin/ai/
H A Dcompat_0.7.nut256 ::_AIWaypointList.constructor(AIWaypoint.WAYPOINT_RAIL);
/dports/games/openttd/openttd-12.1/regression/regression/
H A Dmain.nut907 …print(" " + AIWaypoint.HasWaypointType(i, AIWaypoint.WAYPOINT_RAIL) + " " + AIWaypoint.HasWayp…