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

Typedefs

typedef enum Prayer::PRAYERS PRAYERS
 

Enumerations

enum  PRAYERS {
  THICK_SKIN , BURST_OF_STRENGTH , CLARITY_OF_THOUGHT , SHARP_EYE ,
  MYSTIC_WILL , ROCK_SKIN , SUPERHUMAN_STRENGTH , IMPROVED_REFLEXES ,
  RAPID_RESTORE , RAPID_HEAL , PROTECT_ITEM , HAWK_EYE ,
  MYSTIC_LORE , STEEL_SKIN , ULTIMATE_STRENGTH , INCREDIBLE_REFLEXES ,
  PROTECT_FROM_MAGIC , PROTECT_FROM_MISSILES , PROTECT_FROM_MELEE , EAGLE_EYE ,
  MYSTIC_MIGHT , RETRIBUTION , REDEMPTION , SMITE ,
  PRESERVE , CHIVALRY , PIETY , RIGOUR ,
  AUGURY
}
 

Functions

bool IsOpen ()
 
bool Open (bool UseHotkey=false)
 
std::int32_t GetTabHotkey ()
 
std::int32_t GetPoints ()
 
bool HasLevel (PRAYERS Prayer)
 
bool IsActive (PRAYERS Prayer)
 
bool AllActive (const std::vector< Prayer::PRAYERS > &Prayers)
 
bool WaitPrayer (std::uint32_t Duration, std::uint32_t Step, PRAYERS Prayer, bool Active)
 
bool Activate (PRAYERS Prayer)
 
bool Deactivate (PRAYERS Prayer)
 

Typedef Documentation

◆ PRAYERS

Enumeration Type Documentation

◆ PRAYERS

Enumerator
THICK_SKIN 
BURST_OF_STRENGTH 
CLARITY_OF_THOUGHT 
SHARP_EYE 
MYSTIC_WILL 
ROCK_SKIN 
SUPERHUMAN_STRENGTH 
IMPROVED_REFLEXES 
RAPID_RESTORE 
RAPID_HEAL 
PROTECT_ITEM 
HAWK_EYE 
MYSTIC_LORE 
STEEL_SKIN 
ULTIMATE_STRENGTH 
INCREDIBLE_REFLEXES 
PROTECT_FROM_MAGIC 
PROTECT_FROM_MISSILES 
PROTECT_FROM_MELEE 
EAGLE_EYE 
MYSTIC_MIGHT 
RETRIBUTION 
REDEMPTION 
SMITE 
PRESERVE 
CHIVALRY 
PIETY 
RIGOUR 
AUGURY 

Definition at line 9 of file Prayer.hpp.

Function Documentation

◆ Activate()

bool Prayer::Activate ( PRAYERS  Prayer)

◆ AllActive()

bool Prayer::AllActive ( const std::vector< Prayer::PRAYERS > &  Prayers)

◆ Deactivate()

bool Prayer::Deactivate ( PRAYERS  Prayer)

◆ GetPoints()

std::int32_t Prayer::GetPoints ( )

◆ GetTabHotkey()

std::int32_t Prayer::GetTabHotkey ( )

◆ HasLevel()

bool Prayer::HasLevel ( PRAYERS  Prayer)

◆ IsActive()

bool Prayer::IsActive ( PRAYERS  Prayer)

◆ IsOpen()

bool Prayer::IsOpen ( )

◆ Open()

bool Prayer::Open ( bool  UseHotkey = false)

◆ WaitPrayer()

bool Prayer::WaitPrayer ( std::uint32_t  Duration,
std::uint32_t  Step,
PRAYERS  Prayer,
bool  Active 
)