Click or drag to resize

CommonTasksHandOverRequestedItems Method

Function attempts to hand over all the items requested by the open request dialog Will attempt to use HQ items if no NQ of the requested item is available by default

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<bool> HandOverRequestedItems(
	bool useHQifNoNQ = true
)

Parameters

useHQifNoNQ (Optional)
Type: SystemBoolean
if false, fail instead of using

Return Value

Type: TaskBoolean
returns true if we handed everything over, false if the window wasn't open
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when we don't have the required amount of a requested item
See Also