TrafficSystem

Documents the TrafficSystem class and its functions.

triangle-exclamation

Invoking TrafficSystem

To invoke the traffic system, use the following Global function:

trafs = Game.GetTrafficSystem()

Sub-functions

IsPathIntersectingWithTraffic

IsPathIntersectingWithTraffic(path : array:Vector4, distanceFromTraffic : Float, out intersection : Vector4) : Bool;

Last updated