wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..FoodIsSpell Property

FoodName is spell name (not item)

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

Syntax


public bool FoodIsSpell { get; set; }
Public Property FoodIsSpell As Boolean
	Get
	Set
public:
property bool^ FoodIsSpell {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if it is spell name, false if it is item name.