wManager.Wow.Helpers Namespace
WRobot

Usefuls..::..InGame Property

Gets a value indicating whether in game (to be safe you need to check if not IsLoadingOrConnecting).

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

Syntax


public static bool InGame { get; }
Public Shared ReadOnly Property InGame As Boolean
	Get
public:
static property bool^ InGame {
	bool^ get ();
}

Field Value

true if in game; otherwise, false.