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

Functions

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

Function Documentation

◆ Get() [1/6]

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

◆ Get() [2/6]

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

◆ Get() [3/6]

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

◆ Get() [4/6]

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

◆ Get() [5/6]

Interactable::GroundObject GroundObjects::Get ( const Tile T)

◆ Get() [6/6]

Interactable::GroundObject GroundObjects::Get ( std::int32_t  ID,
std::int32_t  Distance = -1 
)

◆ GetAll() [1/6]

std::vector<Interactable::GroundObject> GroundObjects::GetAll ( )

◆ GetAll() [2/6]

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

◆ GetAll() [3/6]

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

◆ GetAll() [4/6]

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

◆ GetAll() [5/6]

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

◆ GetAll() [6/6]

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

◆ GetAllWithin()

std::vector<Interactable::GroundObject> GroundObjects::GetAllWithin ( std::int32_t  Distance)