Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.AClasses.ILibrary Interface Reference

Interface for Quest Behavior Libraries to get initialized during RB startup. More...

Public Member Functions

Task< bool > PreOffsetWarmup ()
 Called directly after the quest behaviors are compiled, runs asynchronously alongside the botbase->plugin->routine compile steps.
Task< bool > PostOffsetWarmup ()
 Runs after offsets have been downloaded and imported.

Detailed Description

Interface for Quest Behavior Libraries to get initialized during RB startup.

Member Function Documentation

◆ PostOffsetWarmup()

Task< bool > ff14bot.AClasses.ILibrary.PostOffsetWarmup ( )

Runs after offsets have been downloaded and imported.

Returns

◆ PreOffsetWarmup()

Task< bool > ff14bot.AClasses.ILibrary.PreOffsetWarmup ( )

Called directly after the quest behaviors are compiled, runs asynchronously alongside the botbase->plugin->routine compile steps.

Returns
true if warmup was successful