Click or drag to resize

BotEventsOnBotStopped Event

Fired right after the bot has been stopped.

This is fired from the bot thread, before the thread exits.

Namespace:  ff14bot.NeoProfile
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static event BotEventsOnBotStopDelegate OnBotStopped

Value

Type: ff14bot.NeoProfileBotEventsOnBotStopDelegate
See Also