Click or drag to resize

CommonTasksGetDesynthesisChance Method

Gets the chance to succesfully desynthesize an item Leaves the SalvageDialog window open after completion

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<float> GetDesynthesisChance(
	BagSlot slot
)

Parameters

slot
Type: ff14bot.ManagersBagSlot

Return Value

Type: TaskSingle
float.MinValue if something went wrong
See Also