AlpacaLibary
1.63
A closed source C++ bot for OSRS
Ignores.hpp
Go to the documentation of this file.
1
#ifndef IGNORES_HPP_INCLUDED
2
#define IGNORES_HPP_INCLUDED
3
4
#include "../../../Core/Classes/Ignore.hpp"
5
#include <functional>
6
#include <vector>
7
8
namespace
Ignores
9
{
10
bool
IsOpen
();
11
bool
Open
();
12
std::int32_t
GetTabHotkey
();
13
std::vector<Internal::Ignore>
GetAll
();
14
std::vector<Internal::Ignore>
GetAll
(
const
std::function<
bool
(
Internal::Ignore
&)>& Filter);
15
}
16
17
#endif
// IGNORES_HPP_INCLUDED
Internal::Ignore
Definition:
Ignore.hpp:10
Ignores
Definition:
Ignores.hpp:9
Ignores::Open
bool Open()
Ignores::IsOpen
bool IsOpen()
Ignores::GetAll
std::vector< Internal::Ignore > GetAll()
Ignores::GetTabHotkey
std::int32_t GetTabHotkey()
Include
Game
Interfaces
GameTabs
Ignores.hpp
Generated by
1.9.1