AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Functions | |
std::vector< std::vector< Interactable::Widget > > | GetAll () |
std::vector< Interactable::Widget > | GetAll (std::int32_t Parent) |
std::vector< Interactable::Widget > | GetAll (const std::function< bool(Interactable::Widget &)> &Filter) |
Interactable::Widget | Get (std::int32_t Parent, std::int32_t Child=-1) |
Interactable::Widget | Get (std::int32_t Parent, std::int32_t Child, std::int32_t Grandchild) |
Interactable::Widget | Get (const std::function< bool(Interactable::Widget &)> &Filter) |
Interactable::Widget Widgets::Get | ( | const std::function< bool(Interactable::Widget &)> & | Filter | ) |
Interactable::Widget Widgets::Get | ( | std::int32_t | Parent, |
std::int32_t | Child, | ||
std::int32_t | Grandchild | ||
) |
Interactable::Widget Widgets::Get | ( | std::int32_t | Parent, |
std::int32_t | Child = -1 |
||
) |
std::vector<std::vector<Interactable::Widget> > Widgets::GetAll | ( | ) |
std::vector<Interactable::Widget> Widgets::GetAll | ( | const std::function< bool(Interactable::Widget &)> & | Filter | ) |
std::vector<Interactable::Widget> Widgets::GetAll | ( | std::int32_t | Parent | ) |