CRaPI - Correct Robust and Perfect API

MobileObject.ForecastPosition Method 

Forecast the position of this MobileObject a certain cycles into the future

public Point2D ForecastPosition(
   int pCycles,
   Positioner pPositioner
);

Parameters

pCycles
The number of cycles for forecast
pPositioner
The positioner to use when calculating the position

Return Value

A forecasted position

See Also

MobileObject Class | TeamYaffa.CRaPI.World.GameObjects Namespace