wManager.Wow.Helpers Namespace
WRobot

Spell..::..IsSpellUsable Property

Check if the spell is currently usable (cooldown, mana, zone, target (don't check distance)).

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

Syntax


public bool IsSpellUsable { get; }
Public ReadOnly Property IsSpellUsable As Boolean
	Get
public:
property bool^ IsSpellUsable {
	bool^ get ();
}

Field Value

Return true if spell usable; otherwise, false .