CommonTasksSellItem Method |
Coroutine that attempts to sell the item to the currently open vendor
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static Task<SellItemResult> SellItem(
BagSlot bagslot,
int delay = 5000
)
Parameters
- bagslot
- Type: ff14bot.ManagersBagSlot
Bagslot to vendor - delay (Optional)
- Type: SystemInt32
How long should we wait for selectyesno and for the slot to become empty, in milliseconds
Return Value
Type:
TaskSellItemResultSee Also