Click or drag to resize

DutyManager Class

DutyManager handles interacting with windows and data for duty system
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersDutyManager

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

The DutyManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAvailableContent
Returns a dictionary of all the currently queueable instances in the duty finder
Public propertyStatic memberCanLeaveActiveDuty
Checks if the player can leave the current duty
Public propertyStatic memberDutyAction1
Gets the spelldata for the spell in "Duty Action I"
Public propertyStatic memberDutyAction2
Gets the spelldata for the spell in "Duty Action II"
Public propertyStatic memberDutyReady
Check if ContentsFinderConfirm window is open
Public propertyStatic memberInInstance
Checks if the player is currently in a duty
Public propertyStatic memberInQueue
Checks if the player is currently in queue
Public propertyStatic memberQueueState
Gets the state of the queue
Top
Methods
  NameDescription
Public methodStatic memberCommence
Selects "Commence" on the ContentsFinderConfirm window
Public methodStatic memberLeaveActiveDuty
Attempts to leave the active duty
Public methodStatic memberQueue
Attempts to queue via the duty finder
Public methodStatic memberWithdraw
Selects "Withdraw" on the ContentsFinderConfirm window
Top
See Also