CRaPI - Correct Robust and Perfect API

IntersectionsEventArgs Constructor 

Creates an IntersectionsEventArgs with an array of intersections and a server cycle.

public IntersectionsEventArgs(
   Intersection[] pIntersections,
   int pServerCycle
);

Parameters

pIntersections
The array of intersections
pServerCycle
The server cycle

See Also

IntersectionsEventArgs Class | TeamYaffa.CRaPI.World Namespace