CRaPI - Correct Robust and Perfect API

WorldModel.PositionCalculated Event

Event for position of player calculated

public event PositionEventHandler PositionCalculated;

Event Data

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

PropertyDescription
PositionGets the position
ServerCycleGets the server cycle

See Also

WorldModel Class | TeamYaffa.CRaPI.World Namespace