Click or drag to resize

RoutineManager Properties

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
See Also