CRaPI - Correct Robust and Perfect API

WorldModel.IntersectionsCalculated Event

Event for Intersections calculated

public event IntersectionsEventHandler IntersectionsCalculated;

Event Data

The event handler receives an argument of type IntersectionsEventArgs containing data related to this event. The following IntersectionsEventArgs properties provide information specific to this event.

PropertyDescription
IntersectionsGets the array of intersections
ServerCycleGets the server cycle

See Also

WorldModel Class | TeamYaffa.CRaPI.World Namespace