wManager.Wow.Helpers Namespace
WRobot

FollowPathEasyQuestClass..::..IsLoop Property

Gets or sets a value indicating whether this instance is loop.

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


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

Field Value

true if this instance is loop; otherwise, false.