wManager.Wow.Helpers Namespace
WRobot

EasyQuest..::..IsCompleteCondition Property

Gets or sets the is complete condition C# code, if this code return true, quester go to next step, empty if you want than quester manage this (put code like return ItemsManager.GetItemCountById(113578) >= 20;).

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


<SettingAttribute> _
<CategoryAttribute> _
<DisplayNameAttribute> _
<DescriptionAttribute> _
<EditorAttribute> _
Public Property IsCompleteCondition As String
	Get
	Set
[SettingAttribute]
[CategoryAttribute]
[DisplayNameAttribute]
[DescriptionAttribute]
[EditorAttribute]
public:
property String^ IsCompleteCondition {
	String^ get ();
	void set (String^ value);
}

Field Value

The is complete condition code.