FightClassSpell..::..CanMoveDuringCast Property
Gets or sets the can move during cast.
Namespace:
wManager.Wow.Helpers.FightClassCreatorAssembly: wManager (in wManager.dll)
Syntax
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public YesNoAuto CanMoveDuringCast { get; set; }
<SettingAttribute> _ <DefaultValueAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property CanMoveDuringCast As YesNoAuto Get Set
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property YesNoAuto^ CanMoveDuringCast { YesNoAuto^ get (); void set (YesNoAuto^ value); }