Click or drag to resize

CommonTasksDesynthesize 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.ManagersBagSlot
delay (Optional)
Type: SystemInt32
How long to wait in milliseconds after pressing the desyntheize button

Return Value

Type: TaskDesynthesisResult
Success if the bagslot was desynthzied, otherwise failure. Success is returned even if the desynthesis was botched.
See Also