wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..IgnoreCombatWithPet Property

Ignore combat with pet.

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

Syntax


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