wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FlyAboveGroundHeight Property

When the bot uses the flying mount on a normal (ground) path how high to fly?

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public float FlyAboveGroundHeight { get; set; }
Public Property FlyAboveGroundHeight As Single
	Get
	Set
public:
property float^ FlyAboveGroundHeight {
	float^ get ();
	void set (float^ value);
}