AlpacaLibary
1.63
A closed source C++ bot for OSRS
Makescreen.hpp
Go to the documentation of this file.
1
#ifndef MAKESCREEN_HPP_INCLUDED
2
#define MAKESCREEN_HPP_INCLUDED
3
4
#include <cstdint>
5
#include <string>
6
7
namespace
Makescreen
8
{
9
enum
MAKE_AMOUNT
10
{
11
ALL
= -1
12
};
13
19
bool
IsOpen
();
20
29
bool
Make
(std::int32_t Amount,
bool
ClickButtonOverride =
false
);
30
36
std::string
GetCraftingName
();
37
}
38
39
#endif
// MAKESCREEN_HPP_INCLUDED
Makescreen
Definition:
Makescreen.hpp:8
Makescreen::MAKE_AMOUNT
MAKE_AMOUNT
Definition:
Makescreen.hpp:10
Makescreen::ALL
@ ALL
Definition:
Makescreen.hpp:11
Makescreen::IsOpen
bool IsOpen()
Returns true if the Makescreen is open.
Makescreen::GetCraftingName
std::string GetCraftingName()
Returns the text of the middle widget when the Makescreen is open.
Makescreen::Make
bool Make(std::int32_t Amount, bool ClickButtonOverride=false)
Selects or enters the amount passed, and clicks the middle "Make" button, before returning true.
Include
Game
Interfaces
Makescreen.hpp
Generated by
1.9.1