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