wManager.Wow.Helpers Namespace
WRobot

Memory..::..IsInGame Method

Determines whether is in game.

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

Syntax


public static bool IsInGame(
	int processId
)
Public Shared Function IsInGame ( _
	processId As Integer _
) As Boolean
public:
static bool^ IsInGame(
	int^ processId
)

Parameters

processId
Type: Int32
The process od.

Return Value

true if is in game; otherwise, false.