AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
Combat | |
Functions | |
bool | Combat::IsOpen () |
bool | Combat::Open (bool UseHotkey=false) |
std::int32_t | Combat::GetTabHotkey () |
std::int32_t | Combat::GetHealth () |
std::int32_t | Combat::GetMaxHealth () |
double | Combat::GetHealthPercentage () |
std::int32_t | Combat::GetSpecialAttack () |
bool | Combat::IsSpecialAttacking () |
bool | Combat::ToggleSpecialAttack (bool Toggle) |
bool | Combat::IsPoisoned () |
bool | Combat::HasPoisonImmunity () |
bool | Combat::IsEnvenomed () |
bool | Combat::IsAutoRetaliating () |
bool | Combat::ToggleAutoRetaliate (bool Toggle) |
std::int32_t | Combat::GetStyleIndex () |
std::string | Combat::GetStyleString () |
bool | Combat::SetStyle (const std::string &Style) |
bool | Combat::SetStyle (std::int32_t Index) |