AlpacaLibary  1.63
A closed source C++ bot for OSRS
Stats.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 Stats
 

Typedefs

typedef enum Stats::SKILLS Stats::SKILLS
 

Enumerations

enum  Stats::SKILLS {
  Stats::ATTACK , Stats::DEFENCE , Stats::STRENGTH , Stats::HITPOINTS ,
  Stats::RANGE , Stats::PRAYER , Stats::MAGIC , Stats::COOKING ,
  Stats::WOODCUTTING , Stats::FLETCHING , Stats::FISHING , Stats::FIREMAKING ,
  Stats::CRAFTING , Stats::SMITHING , Stats::MINING , Stats::HERBLORE ,
  Stats::AGILITY , Stats::THIEVING , Stats::SLAYER , Stats::FARMING ,
  Stats::RUNECRAFT , Stats::HUNTER , Stats::CONSTRUCTION , Stats::ALL
}
 

Functions

bool Stats::IsOpen ()
 
bool Stats::Open (bool UseHotkey=false)
 
std::int32_t Stats::GetTabHotkey ()
 
std::int32_t Stats::GetWeight ()
 
std::int32_t Stats::GetRunEnergy ()
 
std::int32_t Stats::GetCurrentLevel (SKILLS Skill)
 
std::int32_t Stats::GetRealLevel (SKILLS Skill)
 
std::int64_t Stats::GetExperience (SKILLS Skill)
 
std::int32_t Stats::GetExperienceTo (SKILLS Skill, std::int32_t Level)