Click or drag to resize

IBotPluginOnInitialize Method

Executes the initialize action. This is called at initial bot startup. (When the bot itself is started, not when Start() is called)

Namespace:  ff14bot.Interfaces
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void OnInitialize()
See Also