AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Typedefs | |
typedef enum Stats::SKILLS | SKILLS |
Enumerations | |
enum | SKILLS { ATTACK , DEFENCE , STRENGTH , HITPOINTS , RANGE , PRAYER , MAGIC , COOKING , WOODCUTTING , FLETCHING , FISHING , FIREMAKING , CRAFTING , SMITHING , MINING , HERBLORE , AGILITY , THIEVING , SLAYER , FARMING , RUNECRAFT , HUNTER , CONSTRUCTION , ALL } |
Functions | |
bool | IsOpen () |
bool | Open (bool UseHotkey=false) |
std::int32_t | GetTabHotkey () |
std::int32_t | GetWeight () |
std::int32_t | GetRunEnergy () |
std::int32_t | GetCurrentLevel (SKILLS Skill) |
std::int32_t | GetRealLevel (SKILLS Skill) |
std::int64_t | GetExperience (SKILLS Skill) |
std::int32_t | GetExperienceTo (SKILLS Skill, std::int32_t Level) |
typedef enum Stats::SKILLS Stats::SKILLS |
enum Stats::SKILLS |
std::int32_t Stats::GetCurrentLevel | ( | SKILLS | Skill | ) |
std::int64_t Stats::GetExperience | ( | SKILLS | Skill | ) |
std::int32_t Stats::GetExperienceTo | ( | SKILLS | Skill, |
std::int32_t | Level | ||
) |
std::int32_t Stats::GetRealLevel | ( | SKILLS | Skill | ) |
std::int32_t Stats::GetRunEnergy | ( | ) |
std::int32_t Stats::GetTabHotkey | ( | ) |
std::int32_t Stats::GetWeight | ( | ) |
bool Stats::IsOpen | ( | ) |
bool Stats::Open | ( | bool | UseHotkey = false | ) |