RoutineManager Class |
Namespace: ff14bot.Managers
public static class RoutineManager
The RoutineManager type exposes the following members.
Name | Description | |
---|---|---|
AllRoutines |
List of all loaded routines, including ones that don't match the players class
| |
Current |
Current combat routine
Setting this will change the routine used in the botbases
Calls shutdown on the previous routine and initalize on the new one
| |
PreferedRoutine |
Partial match against routine name during startup and switching classes
Can be assigned to.
| |
RoutineDirectory | ||
Routines |
List of all routines that support the players class.
|
Name | Description | |
---|---|---|
GetCapabilityState | Returns the state of a capability. | |
IsAnyDisallowed | Determines whether any of the capabilities are disallowed | |
PickRoutine |
Selects an active routine
The first routine with a partial match with PreferedRoutine is selected first if it is set.
If there is only one match for the current class, then that is selected. If there is more then one option then a dialog is displayed.
| |
SetCapabilityState | Sets the state of the passed in capabilities. |
Name | Description | |
---|---|---|
OnCapabilityStateChanged | ||
PickRoutineFired |
Fired at the very start of PickRoutine
Good place to set PreferedRoutine
| |
Reloaded |
Fired when routines have been reloaded
| |
RoutineChanged |
Fired when the routine has changed
|