AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <cstdint>
#include <vector>
Go to the source code of this file.
Namespaces | |
Settings | |
Typedefs | |
typedef enum Settings::GAMETAB | Settings::GAMETAB |
Functions | |
std::vector< std::int32_t > | Settings::GetAll () |
std::int32_t | Settings::GetSetting (std::int32_t SettingIndex) |
std::int32_t | Settings::GetSetting (std::int32_t SettingIndex, std::int32_t BitMask) |
bool | Settings::GetSettingBit (std::int32_t SettingIndex, std::int32_t BitIndex) |
std::int32_t | Settings::GetScreenType () |
std::int32_t | Settings::GetGametabHotkey (GAMETAB Tab) |
bool | Settings::IsEscToCloseInterfacesOn () |
bool | Settings::IsShiftClickToDropOn () |
bool | Settings::IsScrollToZoomOn () |