Click or drag to resize

CommonTasks.Desynthesize Method

Attempts to desyntheize the item at the given bagslot

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<DesynthesisResult> Desynthesize(
	BagSlot slot,
	int delay = 5000
)

Parameters

slot
Type: ff14bot.Managers.BagSlot
delay (Optional)
Type: System.Int32
How long to wait in milliseconds after pressing the desyntheize button

Return Value

Type: Task<DesynthesisResult>
Success if the bagslot was desynthzied, otherwise failure. Success is returned even if the desynthesis was botched.
See Also