wManager.Wow.Helpers Namespace
WRobot

Spell..::..TargetHaveBuff Property

Gets if the target have this spell in buff.

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

Syntax


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

Field Value

true if target have buff; otherwise, false .