AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Functions | |
std::vector< Interactable::DecorativeObject > | GetAllWithin (std::int32_t Distance) |
std::vector< Interactable::DecorativeObject > | GetAll () |
std::vector< Interactable::DecorativeObject > | GetAll (std::int32_t ID, std::int32_t Distance=-1) |
std::vector< Interactable::DecorativeObject > | GetAll (const std::string &Name, std::int32_t Distance=-1) |
std::vector< Interactable::DecorativeObject > | GetAll (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1) |
std::vector< Interactable::DecorativeObject > | GetAll (const std::vector< std::string > &Names, std::int32_t Distance=-1) |
std::vector< Interactable::DecorativeObject > | GetAll (const std::function< bool(const Interactable::DecorativeObject &)> &Filter, std::int32_t Distance=-1) |
Interactable::DecorativeObject | Get (const Tile &T) |
Interactable::DecorativeObject | Get (std::int32_t ID, std::int32_t Distance=-1) |
Interactable::DecorativeObject | Get (const std::string &Name, std::int32_t Distance=-1) |
Interactable::DecorativeObject | Get (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1) |
Interactable::DecorativeObject | Get (const std::vector< std::string > &Names, std::int32_t Distance=-1) |
Interactable::DecorativeObject | Get (const std::function< bool(const Interactable::DecorativeObject &)> &Filter, std::int32_t Distance=-1) |
Interactable::DecorativeObject DecorativeObjects::Get | ( | const std::function< bool(const Interactable::DecorativeObject &)> & | Filter, |
std::int32_t | Distance = -1 |
||
) |
Interactable::DecorativeObject DecorativeObjects::Get | ( | const std::string & | Name, |
std::int32_t | Distance = -1 |
||
) |
Interactable::DecorativeObject DecorativeObjects::Get | ( | const std::vector< std::int32_t > & | IDs, |
std::int32_t | Distance = -1 |
||
) |
Interactable::DecorativeObject DecorativeObjects::Get | ( | const std::vector< std::string > & | Names, |
std::int32_t | Distance = -1 |
||
) |
Interactable::DecorativeObject DecorativeObjects::Get | ( | const Tile & | T | ) |
Interactable::DecorativeObject DecorativeObjects::Get | ( | std::int32_t | ID, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::DecorativeObject> DecorativeObjects::GetAll | ( | ) |
std::vector<Interactable::DecorativeObject> DecorativeObjects::GetAll | ( | const std::function< bool(const Interactable::DecorativeObject &)> & | Filter, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::DecorativeObject> DecorativeObjects::GetAll | ( | const std::string & | Name, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::DecorativeObject> DecorativeObjects::GetAll | ( | const std::vector< std::int32_t > & | IDs, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::DecorativeObject> DecorativeObjects::GetAll | ( | const std::vector< std::string > & | Names, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::DecorativeObject> DecorativeObjects::GetAll | ( | std::int32_t | ID, |
std::int32_t | Distance = -1 |
||
) |
std::vector<Interactable::DecorativeObject> DecorativeObjects::GetAllWithin | ( | std::int32_t | Distance | ) |