|
Rebornbuddy
|
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. | |
Interface for Quest Behavior Libraries to get initialized during RB startup.
| Task< bool > ff14bot.AClasses.ILibrary.PostOffsetWarmup | ( | ) |
Runs after offsets have been downloaded and imported.
| Task< bool > ff14bot.AClasses.ILibrary.PreOffsetWarmup | ( | ) |
Called directly after the quest behaviors are compiled, runs asynchronously alongside the botbase->plugin->routine compile steps.