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