wManager.Wow.Helpers Namespace
WRobot

Pulsator..::..Initialize Method

Initializes the pulsator with the specified process ID, optionally creating a thread that runs at roughly 30FPS to pulse the object manager.

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

Syntax


public static void Initialize(
	bool useThread
)
Public Shared Sub Initialize ( _
	useThread As Boolean _
)
public:
static void Initialize(
	bool^ useThread
)

Parameters

useThread
Type: Boolean
if set to true [use thread].