CRaPI - Correct Robust and Perfect API

BasicActions.DashToPoint Method

Generates a command to dash to a point

Overload List

public static Command DashToPoint(Player,Point2D,int);

public static Command DashToPoint(Player,Point2D,int,uint);

public static void DashToPoint(Player,Point2D,int,uint,out Command);

public static void DashToPoint(Player,Point2D,int,out Command);

See Also

BasicActions Class | TeamYaffa.CRaPI Namespace | DashToObject