AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include "../../Game/Interactable/Widget.hpp"
#include <functional>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Namespaces | |
Widgets | |
Functions | |
std::vector< std::vector< Interactable::Widget > > | Widgets::GetAll () |
std::vector< Interactable::Widget > | Widgets::GetAll (std::int32_t Parent) |
std::vector< Interactable::Widget > | Widgets::GetAll (const std::function< bool(Interactable::Widget &)> &Filter) |
Interactable::Widget | Widgets::Get (std::int32_t Parent, std::int32_t Child=-1) |
Interactable::Widget | Widgets::Get (std::int32_t Parent, std::int32_t Child, std::int32_t Grandchild) |
Interactable::Widget | Widgets::Get (const std::function< bool(Interactable::Widget &)> &Filter) |