AlpacaLibary  1.63
A closed source C++ bot for OSRS
Players.hpp File Reference
#include "../../Game/Interactable/Player.hpp"
#include <functional>
#include <cstdint>
#include <vector>
#include <string>

Go to the source code of this file.

Namespaces

 Players
 

Functions

Interactable::Player Players::GetLocal ()
 
std::vector< Interactable::PlayerPlayers::GetAllWithin (std::int32_t Distance)
 
std::vector< Interactable::PlayerPlayers::GetAll ()
 
std::vector< Interactable::PlayerPlayers::GetAll (const Tile &Tile)
 
std::vector< Interactable::PlayerPlayers::GetAll (const std::string &Name, std::int32_t Distance=-1)
 
std::vector< Interactable::PlayerPlayers::GetAll (const std::vector< std::string > &Names, std::int32_t Distance=-1)
 
std::vector< Interactable::PlayerPlayers::GetAll (const std::function< bool(Interactable::Player &)> &Filter, std::int32_t Distance=-1)
 
Interactable::Player Players::Get (const Tile &Tile)
 
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 std::function< bool(const Interactable::Player &)> &Filter, std::int32_t Distance=-1)