DutyManager Class |
Namespace: ff14bot.Managers
public static class DutyManager
The DutyManager type exposes the following members.
Name | Description | |
---|---|---|
AvailableContent |
Returns a dictionary of all the currently queueable instances in the duty finder
| |
CanLeaveActiveDuty |
Checks if the player can leave the current duty
| |
DutyAction1 |
Gets the spelldata for the spell in "Duty Action I"
| |
DutyAction2 |
Gets the spelldata for the spell in "Duty Action II"
| |
DutyReady |
Check if ContentsFinderConfirm window is open
| |
InInstance |
Checks if the player is currently in a duty
| |
InQueue |
Checks if the player is currently in queue
| |
QueueState |
Gets the state of the queue
|
Name | Description | |
---|---|---|
Commence |
Selects "Commence" on the ContentsFinderConfirm window
| |
LeaveActiveDuty |
Attempts to leave the active duty
| |
Queue |
Attempts to queue via the duty finder
| |
Withdraw |
Selects "Withdraw" on the ContentsFinderConfirm window
|