AlpacaLibary
1.63
A closed source C++ bot for OSRS
Options.hpp
Go to the documentation of this file.
1
#ifndef OPTIONS_HPP_INCLUDED
2
#define OPTIONS_HPP_INCLUDED
3
4
#include <cstdint>
5
6
namespace
Options
7
{
8
bool
IsOpen
();
9
bool
Open
(
bool
UseHotkey =
false
);
10
std::int32_t
GetTabHotkey
();
11
12
bool
GetAcceptAid
();
13
bool
ToggleAcceptAid
(
bool
Toggle);
14
15
bool
GetRunMode
();
16
bool
ToggleRunMode
(
bool
Toggle);
17
}
18
19
#endif
// OPTIONS_HPP_INCLUDED
Options
Definition:
Options.hpp:7
Options::IsOpen
bool IsOpen()
Options::Open
bool Open(bool UseHotkey=false)
Options::GetAcceptAid
bool GetAcceptAid()
Options::ToggleAcceptAid
bool ToggleAcceptAid(bool Toggle)
Options::ToggleRunMode
bool ToggleRunMode(bool Toggle)
Options::GetTabHotkey
std::int32_t GetTabHotkey()
Options::GetRunMode
bool GetRunMode()
Include
Game
Interfaces
GameTabs
Options.hpp
Generated by
1.9.1