Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Behavior.Pulsator Class Reference

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.

Detailed Description

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.

Member Function Documentation

◆ Pulse()

void ff14bot.Behavior.Pulsator.Pulse ( PulseFlags CurrentPulseFlags)
static

Executes the pulse operation with the specified pulse flags.

Parameters
CurrentPulseFlagsThe flags indicating the specific conditions or actions for the pulse operation.