AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include "../../Game/Interactable/NPC.hpp"
#include <functional>
#include <cstdint>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
NPCs | |
Functions | |
std::vector< Interactable::NPC > | NPCs::GetAllWithin (std::int32_t Distance) |
std::vector< Interactable::NPC > | NPCs::GetAll () |
std::vector< Interactable::NPC > | NPCs::GetAll (const Tile &T) |
std::vector< Interactable::NPC > | NPCs::GetAll (std::int32_t ID, std::int32_t Distance=-1) |
std::vector< Interactable::NPC > | NPCs::GetAll (const std::string &Name, std::int32_t Distance=-1) |
std::vector< Interactable::NPC > | NPCs::GetAll (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1) |
std::vector< Interactable::NPC > | NPCs::GetAll (const std::vector< std::string > &Names, std::int32_t Distance=-1) |
std::vector< Interactable::NPC > | NPCs::GetAll (const std::function< bool(const Interactable::NPC &)> &Filter, std::int32_t Distance=-1) |
Interactable::NPC | NPCs::Get (const Tile &T) |
Interactable::NPC | NPCs::Get (std::int32_t ID, std::int32_t Distance=-1) |
Interactable::NPC | NPCs::Get (const std::string &Name, std::int32_t Distance=-1) |
Interactable::NPC | NPCs::Get (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1) |
Interactable::NPC | NPCs::Get (const std::vector< std::string > &Names, std::int32_t Distance=-1) |
Interactable::NPC | NPCs::Get (const std::function< bool(const Interactable::NPC &)> &Filter, std::int32_t Distance=-1) |