AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Functions | |
std::vector< Interactable::Projectile > | GetAllWithin (std::int32_t Distance) |
std::vector< Interactable::Projectile > | GetAll () |
std::vector< Interactable::Projectile > | GetAll (const Tile &T) |
std::vector< Interactable::Projectile > | GetAll (std::int32_t ID, std::int32_t Distance=-1) |
std::vector< Interactable::Projectile > | GetAll (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1) |
std::vector< Interactable::Projectile > | GetAll (const std::function< bool(Interactable::Projectile &)> &Filter, std::int32_t Distance=-1) |
Interactable::Projectile | Get (const Tile &T) |
Interactable::Projectile | Get (std::int32_t ID, std::int32_t Distance=-1) |
Interactable::Projectile | Get (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1) |
Interactable::Projectile | Get (const std::function< bool(Interactable::Projectile &)> &Filter, std::int32_t Distance=-1) |
Interactable::Projectile Projectiles::Get | ( | const std::function< bool(Interactable::Projectile &)> & | Filter, |
std::int32_t | Distance = -1 |
||
) |
Interactable::Projectile Projectiles::Get | ( | const std::vector< std::int32_t > & | IDs, |
std::int32_t | Distance = -1 |
||
) |
Interactable::Projectile Projectiles::Get | ( | const Tile & | T | ) |
Interactable::Projectile Projectiles::Get | ( | std::int32_t | ID, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::Projectile> Projectiles::GetAll | ( | ) |
std::vector<Interactable::Projectile> Projectiles::GetAll | ( | const std::function< bool(Interactable::Projectile &)> & | Filter, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::Projectile> Projectiles::GetAll | ( | const std::vector< std::int32_t > & | IDs, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::Projectile> Projectiles::GetAll | ( | const Tile & | T | ) |
std::vector<Interactable::Projectile> Projectiles::GetAll | ( | std::int32_t | ID, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::Projectile> Projectiles::GetAllWithin | ( | std::int32_t | Distance | ) |