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

Functions

std::vector< std::vector< Interactable::Widget > > GetAll ()
 
std::vector< Interactable::WidgetGetAll (std::int32_t Parent)
 
std::vector< Interactable::WidgetGetAll (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)
 

Function Documentation

◆ Get() [1/3]

Interactable::Widget Widgets::Get ( const std::function< bool(Interactable::Widget &)> &  Filter)

◆ Get() [2/3]

Interactable::Widget Widgets::Get ( std::int32_t  Parent,
std::int32_t  Child,
std::int32_t  Grandchild 
)

◆ Get() [3/3]

Interactable::Widget Widgets::Get ( std::int32_t  Parent,
std::int32_t  Child = -1 
)

◆ GetAll() [1/3]

std::vector<std::vector<Interactable::Widget> > Widgets::GetAll ( )

◆ GetAll() [2/3]

std::vector<Interactable::Widget> Widgets::GetAll ( const std::function< bool(Interactable::Widget &)> &  Filter)

◆ GetAll() [3/3]

std::vector<Interactable::Widget> Widgets::GetAll ( std::int32_t  Parent)