Attempts to queue via the duty finder
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static bool Queue(
params InstanceContentResult[] instances
)
Parameters
- instances
- Type: ff14bot.ManagersInstanceContentResult
What instances should we queue for
Return Value
Type:
BooleanTrue if we were able to queue successfully, false otherwise
ExceptionsException | Condition |
---|
ArgumentException | Will throw argument exceptions if too many instances are provided, instances that cannot be queued for via the duty finder, or if multiple instances that cannot be queued with other instances are provided |
See Also