SynthesisSimpleDialogCraft Method |
Attempts to craft count items, passing -1 will craft as much as possible
Namespace:
ff14bot.RemoteWindows
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static bool Craft(
int count,
bool withHq
)
Parameters
- count
- Type: SystemInt32
how many items to craft - withHq
- Type: SystemBoolean
should high quality materials be used
Return Value
Type:
Booleantrue if able to, false otherwise
Exceptions Exception | Condition |
---|
ArgumentException | Thrown if we try to craft more then able to |
See Also