wManager.Wow.Helpers Namespace
WRobot

MyMacro..::..LaunchIfNoCast Property

Press key only if character not casting spell.

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


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