Click or drag to resize

BotEventsPreBotStarting Event

Fired right before the bot begins starting.

Namespace:  ff14bot.NeoProfile
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static event EventHandler<EventArgs> PreBotStarting

Value

Type: SystemEventHandlerEventArgs
Remarks

This is fired from the thread that invoked the Start call.

The current bot can be changed from this event and it will take effect on this start up.

See Also