AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#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::Player > | Players::GetAllWithin (std::int32_t Distance) |
std::vector< Interactable::Player > | Players::GetAll () |
std::vector< Interactable::Player > | Players::GetAll (const Tile &Tile) |
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 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) |