wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FlightMasterTaxiUseOnlyIfNear Property

Take taxi only if flightmaster is nearby (else the bot searchs by distance with FlightMasterTaxiDistance, you need to use option FlightMasterTaxiUse).

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

Syntax


public bool FlightMasterTaxiUseOnlyIfNear { get; set; }
Public Property FlightMasterTaxiUseOnlyIfNear As Boolean
	Get
	Set
public:
property bool^ FlightMasterTaxiUseOnlyIfNear {
	bool^ get ();
	void set (bool^ value);
}