Click or drag to resize

BotEventsOnBotStarted Event

Fired right after the bot has started.

This is fired from the bot thread, before any logic starts executing.

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

Value

Type: ff14bot.NeoProfileBotEventsOnBotStartDelegate
See Also