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