Click or drag to resize

PluginManagerPulsePlugin Method

Pulses a specific plugin instance.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void PulsePlugin(
	IBotPlugin plugin
)

Parameters

plugin
Type: ff14bot.InterfacesIBotPlugin
The plugin.
Remarks
Created 3/21/2012.
See Also