Pulsator Methods
The Pulsator type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize |
Initializes the pulsator with the specified process ID, optionally creating a thread that runs at roughly 30FPS to pulse the object manager.
|
|
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)
|
|
Shutdown |
Shuts down the pulsator, and closes the opened process handle.
|