wManager.Wow.Helpers Namespace
WRobot

MountTask..::..Land Method

Landing (if flying)

Namespace:  wManager.Wow.Bot.Tasks
Assembly:  wManager (in wManager.dll)

Syntax


public static void Land(
	float zMin,
	float distGround
)
Public Shared Sub Land ( _
	zMin As Single, _
	distGround As Single _
)
public:
static void Land(
	float^ zMin, 
	float^ distGround
)

Parameters

zMin
Type: Single
Character minimum Z position (float.MinValue by default).
distGround
Type: Single
Ground distance (0 to land on the ground).