FightClassSpell..::..NotSpellIsItemId Property
Gets or sets a value indicating whether [not spell is item identifier].
Namespace:
wManager.Wow.Helpers.FightClassCreatorAssembly: wManager (in wManager.dll)
Syntax
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public bool NotSpellIsItemId { get; set; }
<SettingAttribute> _ <DefaultValueAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property NotSpellIsItemId As Boolean Get Set
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property bool^ NotSpellIsItemId { bool^ get (); void set (bool^ value); }