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