Rebornbuddy
|
Provides functionality to handle pulse operations within the bot framework. More...
Static Public Member Functions | |
static void | Pulse (PulseFlags CurrentPulseFlags) |
Executes the pulse operation with the specified pulse flags. |
Provides functionality to handle pulse operations within the bot framework.
The Pulsator class is a static utility that facilitates periodic updates or "pulses" for various components of the bot. It is commonly used to ensure that the bot's state and associated systems remain synchronized during execution.
This class is utilized in multiple contexts, such as updating object managers, windows, and plugins, as well as maintaining the bot's operational flow.
|
static |
Executes the pulse operation with the specified pulse flags.
CurrentPulseFlags | The flags indicating the specific conditions or actions for the pulse operation. |