wManager.Wow.Helpers Namespace
WRobot

Buy..::..ScriptCanCondition Property

Script can condition (code like return wManager.Wow.ObjectManager.ObjectManager.Me.Level > 10;, default language is C#, start by lua: or luabot: or vb: to change script language).

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

Syntax


public string ScriptCanCondition { get; set; }
Public Property ScriptCanCondition As String
	Get
	Set
public:
property String^ ScriptCanCondition {
	String^ get ();
	void set (String^ value);
}

Field Value

The script can condition.