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.ProfileAssembly: Quester (in Quester.dll)
Syntax
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public bool PickUpQuestOnItem { get; set; }
<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); }