wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FlightMasterDiscoverRange Property

Flightmasters discover range (0 to don't discover unknown flightmasters (with green exclamation)).

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

Syntax


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