LongMove..::..DecollideFlightPath Method (Vector3, Single, Single, Single)
Decollides the flight path (with TraceLine).
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static Vector3 DecollideFlightPath( Vector3 destination, float targetHeight, float minGroundDistance, float maxGroundDistance )
Parameters
- destination
- Type: robotManager.Helpful..::..Vector3
The destination.
- targetHeight
- Type: Single
Height of the target.
- minGroundDistance
- Type: Single
The minimum ground distance.
- maxGroundDistance
- Type: Single
The maximum ground distance.