AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Functions | |
Interactable::Player | GetLocal () |
std::vector< Interactable::Player > | GetAllWithin (std::int32_t Distance) |
std::vector< Interactable::Player > | GetAll () |
std::vector< Interactable::Player > | GetAll (const Tile &Tile) |
std::vector< Interactable::Player > | GetAll (const std::string &Name, std::int32_t Distance=-1) |
std::vector< Interactable::Player > | GetAll (const std::vector< std::string > &Names, std::int32_t Distance=-1) |
std::vector< Interactable::Player > | GetAll (const std::function< bool(Interactable::Player &)> &Filter, std::int32_t Distance=-1) |
Interactable::Player | Get (const Tile &Tile) |
Interactable::Player | Get (const std::string &Name, std::int32_t Distance=-1) |
Interactable::Player | Get (const std::vector< std::string > &Names, std::int32_t Distance=-1) |
Interactable::Player | Get (const std::function< bool(const Interactable::Player &)> &Filter, std::int32_t Distance=-1) |
Interactable::Player Players::Get | ( | const std::function< bool(const Interactable::Player &)> & | Filter, |
std::int32_t | Distance = -1 |
||
) |
Interactable::Player Players::Get | ( | const std::string & | Name, |
std::int32_t | Distance = -1 |
||
) |
Interactable::Player Players::Get | ( | const std::vector< std::string > & | Names, |
std::int32_t | Distance = -1 |
||
) |
Interactable::Player Players::Get | ( | const Tile & | Tile | ) |
std::vector<Interactable::Player> Players::GetAll | ( | ) |
std::vector<Interactable::Player> Players::GetAll | ( | const std::function< bool(Interactable::Player &)> & | Filter, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::Player> Players::GetAll | ( | const std::string & | Name, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::Player> Players::GetAll | ( | const std::vector< std::string > & | Names, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::Player> Players::GetAll | ( | const Tile & | Tile | ) |
std::vector<Interactable::Player> Players::GetAllWithin | ( | std::int32_t | Distance | ) |
Interactable::Player Players::GetLocal | ( | ) |