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