wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FlightMasterTaxiDistance Property

Flightmaster search distance (to take only is nearby taxi use FlightMasterTaxiUseOnlyIfNear, you need to use option FlightMasterTaxiUse).

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

Syntax


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