wManager.Wow.Helpers Namespace
WRobot

QuestClass..::..StepAutoDetect Property

Gets or sets the quest objectives to auto detect if complete (example, if you want detect if the objective 4 is done StepAutoDetect = new List<bool> {false, false, false, true, false};.

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

Syntax


public virtual bool[] StepAutoDetect { get; set; }
Public Overridable Property StepAutoDetect As Boolean()
	Get
	Set
public:
virtual property array<bool^>^ StepAutoDetect {
	array<bool^>^ get ();
	void set (array<bool^>^ value);
}