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

Go to the source code of this file.

Namespaces

 GraphicsObjects
 

Functions

std::vector< Interactable::GraphicsObjectGraphicsObjects::GetAllWithin (std::int32_t Distance)
 
std::vector< Interactable::GraphicsObjectGraphicsObjects::GetAll ()
 
std::vector< Interactable::GraphicsObjectGraphicsObjects::GetAll (const Tile &T)
 
std::vector< Interactable::GraphicsObjectGraphicsObjects::GetAll (std::int32_t ID, std::int32_t Distance=-1)
 
std::vector< Interactable::GraphicsObjectGraphicsObjects::GetAll (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1)
 
std::vector< Interactable::GraphicsObjectGraphicsObjects::GetAll (const std::function< bool(Interactable::GraphicsObject &)> &Filter, std::int32_t Distance=-1)
 
Interactable::GraphicsObject GraphicsObjects::Get (const Tile &T)
 
Interactable::GraphicsObject GraphicsObjects::Get (std::int32_t ID, std::int32_t Distance=-1)
 
Interactable::GraphicsObject GraphicsObjects::Get (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1)
 
Interactable::GraphicsObject GraphicsObjects::Get (const std::function< bool(Interactable::GraphicsObject &)> &Filter, std::int32_t Distance=-1)