AlpacaLibary  1.63
A closed source C++ bot for OSRS
Profile.hpp File Reference
#include "../../Core/Types/Timer.hpp"
#include <cstdint>
#include <string>

Go to the source code of this file.

Namespaces

 Profile
 

Functions

std::string Profile::GetUsername ()
 
std::string Profile::GetPassword ()
 
std::string Profile::GetBankPin ()
 
std::int32_t Profile::GetWorld ()
 
void Profile::SetWorld (std::int32_t World)
 
bool Profile::GetIsMember ()
 
std::int32_t Profile::GetInteractableMean ()
 
double Profile::GetInteractableDeviation ()
 
std::int32_t Profile::GetMoveMean ()
 
double Profile::GetMoveDeviation ()
 
std::int32_t Profile::GetMouseDownMean ()
 
double Profile::GetMouseDownDeviation ()
 
std::int32_t Profile::GetMouseUpMean ()
 
double Profile::GetMouseUpDeviation ()
 
std::int32_t Profile::GetKeyDownMean ()
 
double Profile::GetKeyDownDeviation ()
 
std::int32_t Profile::GetKeyUpMean ()
 
double Profile::GetKeyUpDeviation ()
 
std::int32_t Profile::GetScrollAmount ()
 
double Profile::GetScrollAmountDeviation ()
 
std::int32_t Profile::GetScrollGapMean ()
 
double Profile::GetScrollGapDeviation ()
 
std::int32_t Profile::GetScrollDelayMean ()
 
double Profile::GetScrollDelayDeviation ()
 
double Profile::GetStandardDeviationX ()
 
double Profile::GetStandardDeviationY ()
 
double Profile::GetBoxProbabilityX ()
 
double Profile::GetBoxProbabilityY ()
 
double Profile::GetConvexProbabilityX ()
 
double Profile::GetConvexProbabilityY ()
 
double Profile::GetItemProbabilityX ()
 
double Profile::GetItemProbabilityY ()
 
double Profile::GetMenuProbabilityX ()
 
double Profile::GetMenuProbabilityY ()
 
double Profile::GetWidgetProbabilityX ()
 
double Profile::GetWidgetProbabilityY ()
 
double Profile::GetPointGenAccuracy ()
 
double Profile::GetAccelerationMean ()
 
double Profile::GetAccelerationDeviation ()
 
double Profile::GetDecelerationMean ()
 
double Profile::GetDecelerationDeviation ()
 
double Profile::GetPivotMean ()
 
double Profile::GetPivotDeviation ()
 
double Profile::GetSplineMean ()
 
double Profile::GetSplineDeviation ()
 
double Profile::GetAngleMean ()
 
double Profile::GetAngleDeviation ()
 
double Profile::GetFatigue ()
 
double Profile::GetFatigueGain ()
 
double Profile::GetFatigueLoss ()
 
double Profile::GetFatigueMax ()
 
bool Profile::GetMiniBreakEnabled ()
 
double Profile::GetMiniBreakEvery ()
 
double Profile::GetMiniBreakEveryDeviation ()
 
double Profile::GetMiniBreakFor ()
 
double Profile::GetMiniBreakForDeviation ()
 
bool Profile::GetShortBreakEnabled ()
 
double Profile::GetShortBreakEvery ()
 
double Profile::GetShortBreakEveryDeviation ()
 
double Profile::GetShortBreakFor ()
 
double Profile::GetShortBreakForDeviation ()
 
bool Profile::GetLongBreakEnabled ()
 
double Profile::GetLongBreakEvery ()
 
double Profile::GetLongBreakEveryDeviation ()
 
double Profile::GetLongBreakFor ()
 
double Profile::GetLongBreakForDeviation ()
 
bool Profile::UseProxy ()
 
std::string Profile::GetProxyHost ()
 
std::string Profile::GetProxyPort ()
 
std::string Profile::GetProxyUsername ()
 
std::string Profile::GetProxyPassword ()
 
void Profile::SetRawInteractableMean (std::int32_t Mean)
 
std::int32_t Profile::GetRawInteractableMean ()
 
void Profile::SetRawInteractableDeviation (double Deviation)
 
double Profile::GetRawInteractableDeviation ()
 
void Profile::SetRawMoveMean (std::int32_t Mean)
 
std::int32_t Profile::GetRawMoveMean ()
 
void Profile::SetRawMoveDeviation (double Deviation)
 
double Profile::GetRawMoveDeviation ()
 
void Profile::SetRawMouseDownMean (std::int32_t Mean)
 
std::int32_t Profile::GetRawMouseDownMean ()
 
void Profile::SetRawMouseDownDeviation (double Deviation)
 
double Profile::GetRawMouseDownDeviation ()
 
void Profile::SetRawMouseUpMean (std::int32_t Mean)
 
std::int32_t Profile::GetRawMouseUpMean ()
 
void Profile::SetRawMouseUpDeviation (double Deviation)
 
double Profile::GetRawMouseUpDeviation ()
 
void Profile::SetRawKeyDownMean (std::int32_t Mean)
 
std::int32_t Profile::GetRawKeyDownMean ()
 
void Profile::SetRawKeyDownDeviation (double Deviation)
 
double Profile::GetRawKeyDownDeviation ()
 
void Profile::SetRawKeyUpMean (std::int32_t Mean)
 
std::int32_t Profile::GetRawKeyUpMean ()
 
void Profile::SetRawKeyUpDeviation (double Deviation)
 
double Profile::GetRawKeyUpDeviation ()
 
void Profile::SetPointGenAccuracy (double Accuracy)