wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..DisableNearPlayerToTown Property

Don't pause bot is player nerby when character go to town (option for SecurityPauseBotIfNerbyPlayer)

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

Syntax


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