Click or drag to resize

RoutineManager Class

Inheritance Hierarchy
SystemObject
  ff14bot.ManagersRoutineManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class RoutineManager

The RoutineManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllRoutines
List of all loaded routines, including ones that don't match the players class
Public propertyStatic memberCurrent
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
Public propertyStatic memberPreferedRoutine
Partial match against routine name during startup and switching classes Can be assigned to.
Public propertyStatic memberRoutineDirectory
Public propertyStatic memberRoutines
List of all routines that support the players class.
Top
Methods
  NameDescription
Public methodStatic memberGetCapabilityState
Returns the state of a capability.
Public methodStatic memberIsAnyDisallowed
Determines whether any of the capabilities are disallowed
Public methodStatic memberPickRoutine
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.
Public methodStatic memberSetCapabilityState
Sets the state of the passed in capabilities.
Top
Events
  NameDescription
Public eventStatic memberOnCapabilityStateChanged
Public eventStatic memberPickRoutineFired
Fired at the very start of PickRoutine Good place to set PreferedRoutine
Public eventStatic memberReloaded
Fired when routines have been reloaded
Public eventStatic memberRoutineChanged
Fired when the routine has changed
Top
See Also