Click or drag to resize

DutyManagerAvailableContent Property

Returns a dictionary of all the currently queueable instances in the duty finder

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Dictionary<uint, InstanceContentResult> AvailableContent { get; }

Property Value

Type: DictionaryUInt32, InstanceContentResult
See Also