AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Enumerations | |
enum | MAKE_AMOUNT { ALL = -1 } |
Functions | |
bool | IsOpen () |
Returns true if the Makescreen is open. More... | |
bool | Make (std::int32_t Amount, bool ClickButtonOverride=false) |
Selects or enters the amount passed, and clicks the middle "Make" button, before returning true. More... | |
std::string | GetCraftingName () |
Returns the text of the middle widget when the Makescreen is open. More... | |
Enumerator | |
---|---|
ALL |
Definition at line 9 of file Makescreen.hpp.
std::string Makescreen::GetCraftingName | ( | ) |
Returns the text of the middle widget when the Makescreen is open.
bool Makescreen::IsOpen | ( | ) |
Returns true if the Makescreen is open.
bool Makescreen::Make | ( | std::int32_t | Amount, |
bool | ClickButtonOverride = false |
||
) |
Selects or enters the amount passed, and clicks the middle "Make" button, before returning true.
Amount | The amount to select, before clicking the middle "Make" button, passing -1 will use the All button |
ClickButtonOverride | Forces the function to click the needed amount button again, regardless if it's already selected |