wManager.Wow.Helpers Namespace
WRobot

EasyQuest..::..PickUpQuestOnItem Property

Gets or sets a value indicating if you take this quest in bag item, don't forget to complete PickUpQuestOnItemID.

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

Syntax


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

Field Value

true if you pick up quest on item otherwise false.