wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..HelpingGroupMembers Property

Helping party members (if one of the members is attacked you will help him) (the bot will consider that your character is attacked if a member of your group is attacked).

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

Syntax


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