wManager.Wow.Helpers Namespace
WRobot

Pulsator Members

The Pulsator type exposes the following members.

Methods


  Name Description
Public method Static member Initialize
Initializes the pulsator with the specified process ID, optionally creating a thread that runs at roughly 30FPS to pulse the object manager.
Public method Static member Pulse
Pulses the object manager. This should be called from an EndScene hook, or some other form of 'OnFrame' type function. (This class has a built in thread handler to deal with said OnFrame function)
Public method Static member Shutdown
Shuts down the pulsator, and closes the opened process handle.

Properties


  Name Description
Public property Static member IsActive
ObjectManager Active.