AlpacaLibary  1.63
A closed source C++ bot for OSRS
Profile Namespace Reference

Functions

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

Function Documentation

◆ GetAccelerationDeviation()

double Profile::GetAccelerationDeviation ( )

◆ GetAccelerationMean()

double Profile::GetAccelerationMean ( )

◆ GetAngleDeviation()

double Profile::GetAngleDeviation ( )

◆ GetAngleMean()

double Profile::GetAngleMean ( )

◆ GetBankPin()

std::string Profile::GetBankPin ( )

◆ GetBoxProbabilityX()

double Profile::GetBoxProbabilityX ( )

◆ GetBoxProbabilityY()

double Profile::GetBoxProbabilityY ( )

◆ GetConvexProbabilityX()

double Profile::GetConvexProbabilityX ( )

◆ GetConvexProbabilityY()

double Profile::GetConvexProbabilityY ( )

◆ GetDecelerationDeviation()

double Profile::GetDecelerationDeviation ( )

◆ GetDecelerationMean()

double Profile::GetDecelerationMean ( )

◆ GetFatigue()

double Profile::GetFatigue ( )

◆ GetFatigueGain()

double Profile::GetFatigueGain ( )

◆ GetFatigueLoss()

double Profile::GetFatigueLoss ( )

◆ GetFatigueMax()

double Profile::GetFatigueMax ( )

◆ GetInteractableDeviation()

double Profile::GetInteractableDeviation ( )

◆ GetInteractableMean()

std::int32_t Profile::GetInteractableMean ( )

◆ GetIsMember()

bool Profile::GetIsMember ( )

◆ GetItemProbabilityX()

double Profile::GetItemProbabilityX ( )

◆ GetItemProbabilityY()

double Profile::GetItemProbabilityY ( )

◆ GetKeyDownDeviation()

double Profile::GetKeyDownDeviation ( )

◆ GetKeyDownMean()

std::int32_t Profile::GetKeyDownMean ( )

◆ GetKeyUpDeviation()

double Profile::GetKeyUpDeviation ( )

◆ GetKeyUpMean()

std::int32_t Profile::GetKeyUpMean ( )

◆ GetLongBreakEnabled()

bool Profile::GetLongBreakEnabled ( )

◆ GetLongBreakEvery()

double Profile::GetLongBreakEvery ( )

◆ GetLongBreakEveryDeviation()

double Profile::GetLongBreakEveryDeviation ( )

◆ GetLongBreakFor()

double Profile::GetLongBreakFor ( )

◆ GetLongBreakForDeviation()

double Profile::GetLongBreakForDeviation ( )

◆ GetMenuProbabilityX()

double Profile::GetMenuProbabilityX ( )

◆ GetMenuProbabilityY()

double Profile::GetMenuProbabilityY ( )

◆ GetMiniBreakEnabled()

bool Profile::GetMiniBreakEnabled ( )

◆ GetMiniBreakEvery()

double Profile::GetMiniBreakEvery ( )

◆ GetMiniBreakEveryDeviation()

double Profile::GetMiniBreakEveryDeviation ( )

◆ GetMiniBreakFor()

double Profile::GetMiniBreakFor ( )

◆ GetMiniBreakForDeviation()

double Profile::GetMiniBreakForDeviation ( )

◆ GetMouseDownDeviation()

double Profile::GetMouseDownDeviation ( )

◆ GetMouseDownMean()

std::int32_t Profile::GetMouseDownMean ( )

◆ GetMouseUpDeviation()

double Profile::GetMouseUpDeviation ( )

◆ GetMouseUpMean()

std::int32_t Profile::GetMouseUpMean ( )

◆ GetMoveDeviation()

double Profile::GetMoveDeviation ( )

◆ GetMoveMean()

std::int32_t Profile::GetMoveMean ( )

◆ GetPassword()

std::string Profile::GetPassword ( )

◆ GetPivotDeviation()

double Profile::GetPivotDeviation ( )

◆ GetPivotMean()

double Profile::GetPivotMean ( )

◆ GetPointGenAccuracy()

double Profile::GetPointGenAccuracy ( )

◆ GetProxyHost()

std::string Profile::GetProxyHost ( )

◆ GetProxyPassword()

std::string Profile::GetProxyPassword ( )

◆ GetProxyPort()

std::string Profile::GetProxyPort ( )

◆ GetProxyUsername()

std::string Profile::GetProxyUsername ( )

◆ GetRawInteractableDeviation()

double Profile::GetRawInteractableDeviation ( )

◆ GetRawInteractableMean()

std::int32_t Profile::GetRawInteractableMean ( )

◆ GetRawKeyDownDeviation()

double Profile::GetRawKeyDownDeviation ( )

◆ GetRawKeyDownMean()

std::int32_t Profile::GetRawKeyDownMean ( )

◆ GetRawKeyUpDeviation()

double Profile::GetRawKeyUpDeviation ( )

◆ GetRawKeyUpMean()

std::int32_t Profile::GetRawKeyUpMean ( )

◆ GetRawMouseDownDeviation()

double Profile::GetRawMouseDownDeviation ( )

◆ GetRawMouseDownMean()

std::int32_t Profile::GetRawMouseDownMean ( )

◆ GetRawMouseUpDeviation()

double Profile::GetRawMouseUpDeviation ( )

◆ GetRawMouseUpMean()

std::int32_t Profile::GetRawMouseUpMean ( )

◆ GetRawMoveDeviation()

double Profile::GetRawMoveDeviation ( )

◆ GetRawMoveMean()

std::int32_t Profile::GetRawMoveMean ( )

◆ GetScrollAmount()

std::int32_t Profile::GetScrollAmount ( )

◆ GetScrollAmountDeviation()

double Profile::GetScrollAmountDeviation ( )

◆ GetScrollDelayDeviation()

double Profile::GetScrollDelayDeviation ( )

◆ GetScrollDelayMean()

std::int32_t Profile::GetScrollDelayMean ( )

◆ GetScrollGapDeviation()

double Profile::GetScrollGapDeviation ( )

◆ GetScrollGapMean()

std::int32_t Profile::GetScrollGapMean ( )

◆ GetShortBreakEnabled()

bool Profile::GetShortBreakEnabled ( )

◆ GetShortBreakEvery()

double Profile::GetShortBreakEvery ( )

◆ GetShortBreakEveryDeviation()

double Profile::GetShortBreakEveryDeviation ( )

◆ GetShortBreakFor()

double Profile::GetShortBreakFor ( )

◆ GetShortBreakForDeviation()

double Profile::GetShortBreakForDeviation ( )

◆ GetSplineDeviation()

double Profile::GetSplineDeviation ( )

◆ GetSplineMean()

double Profile::GetSplineMean ( )

◆ GetStandardDeviationX()

double Profile::GetStandardDeviationX ( )

◆ GetStandardDeviationY()

double Profile::GetStandardDeviationY ( )

◆ GetUsername()

std::string Profile::GetUsername ( )

◆ GetWidgetProbabilityX()

double Profile::GetWidgetProbabilityX ( )

◆ GetWidgetProbabilityY()

double Profile::GetWidgetProbabilityY ( )

◆ GetWorld()

std::int32_t Profile::GetWorld ( )

◆ SetPointGenAccuracy()

void Profile::SetPointGenAccuracy ( double  Accuracy)

◆ SetRawInteractableDeviation()

void Profile::SetRawInteractableDeviation ( double  Deviation)

◆ SetRawInteractableMean()

void Profile::SetRawInteractableMean ( std::int32_t  Mean)

◆ SetRawKeyDownDeviation()

void Profile::SetRawKeyDownDeviation ( double  Deviation)

◆ SetRawKeyDownMean()

void Profile::SetRawKeyDownMean ( std::int32_t  Mean)

◆ SetRawKeyUpDeviation()

void Profile::SetRawKeyUpDeviation ( double  Deviation)

◆ SetRawKeyUpMean()

void Profile::SetRawKeyUpMean ( std::int32_t  Mean)

◆ SetRawMouseDownDeviation()

void Profile::SetRawMouseDownDeviation ( double  Deviation)

◆ SetRawMouseDownMean()

void Profile::SetRawMouseDownMean ( std::int32_t  Mean)

◆ SetRawMouseUpDeviation()

void Profile::SetRawMouseUpDeviation ( double  Deviation)

◆ SetRawMouseUpMean()

void Profile::SetRawMouseUpMean ( std::int32_t  Mean)

◆ SetRawMoveDeviation()

void Profile::SetRawMoveDeviation ( double  Deviation)

◆ SetRawMoveMean()

void Profile::SetRawMoveMean ( std::int32_t  Mean)

◆ SetWorld()

void Profile::SetWorld ( std::int32_t  World)

◆ UseProxy()

bool Profile::UseProxy ( )