AlpacaLibary  1.63
A closed source C++ bot for OSRS
GroundItems Namespace Reference

Functions

std::vector< Interactable::GroundItemGetAllWithin (std::int32_t Distance)
 
std::vector< Interactable::GroundItemGetAll ()
 
std::vector< Interactable::GroundItemGetAll (const Tile &T)
 
std::vector< Interactable::GroundItemGetAll (std::int32_t ID, std::int32_t Distance=-1)
 
std::vector< Interactable::GroundItemGetAll (const std::string &Name, std::int32_t Distance=-1)
 
std::vector< Interactable::GroundItemGetAll (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1)
 
std::vector< Interactable::GroundItemGetAll (const std::vector< std::string > &Names, std::int32_t Distance=-1)
 
std::vector< Interactable::GroundItemGetAll (const std::function< bool(Interactable::GroundItem &)> &Filter, std::int32_t Distance=-1)
 
Interactable::GroundItem Get (const Tile &T)
 
Interactable::GroundItem Get (std::int32_t ID, std::int32_t Distance=-1)
 
Interactable::GroundItem Get (const std::string &Name, std::int32_t Distance=-1)
 
Interactable::GroundItem Get (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1)
 
Interactable::GroundItem Get (const std::vector< std::string > &Names, std::int32_t Distance=-1)
 
Interactable::GroundItem Get (const std::function< bool(Interactable::GroundItem &)> &Filter, std::int32_t Distance=-1)
 

Function Documentation

◆ Get() [1/6]

Interactable::GroundItem GroundItems::Get ( const std::function< bool(Interactable::GroundItem &)> &  Filter,
std::int32_t  Distance = -1 
)

◆ Get() [2/6]

Interactable::GroundItem GroundItems::Get ( const std::string &  Name,
std::int32_t  Distance = -1 
)

◆ Get() [3/6]

Interactable::GroundItem GroundItems::Get ( const std::vector< std::int32_t > &  IDs,
std::int32_t  Distance = -1 
)

◆ Get() [4/6]

Interactable::GroundItem GroundItems::Get ( const std::vector< std::string > &  Names,
std::int32_t  Distance = -1 
)

◆ Get() [5/6]

Interactable::GroundItem GroundItems::Get ( const Tile T)

◆ Get() [6/6]

Interactable::GroundItem GroundItems::Get ( std::int32_t  ID,
std::int32_t  Distance = -1 
)

◆ GetAll() [1/7]

std::vector<Interactable::GroundItem> GroundItems::GetAll ( )

◆ GetAll() [2/7]

std::vector<Interactable::GroundItem> GroundItems::GetAll ( const std::function< bool(Interactable::GroundItem &)> &  Filter,
std::int32_t  Distance = -1 
)

◆ GetAll() [3/7]

std::vector<Interactable::GroundItem> GroundItems::GetAll ( const std::string &  Name,
std::int32_t  Distance = -1 
)

◆ GetAll() [4/7]

std::vector<Interactable::GroundItem> GroundItems::GetAll ( const std::vector< std::int32_t > &  IDs,
std::int32_t  Distance = -1 
)

◆ GetAll() [5/7]

std::vector<Interactable::GroundItem> GroundItems::GetAll ( const std::vector< std::string > &  Names,
std::int32_t  Distance = -1 
)

◆ GetAll() [6/7]

std::vector<Interactable::GroundItem> GroundItems::GetAll ( const Tile T)

◆ GetAll() [7/7]

std::vector<Interactable::GroundItem> GroundItems::GetAll ( std::int32_t  ID,
std::int32_t  Distance = -1 
)

◆ GetAllWithin()

std::vector<Interactable::GroundItem> GroundItems::GetAllWithin ( std::int32_t  Distance)