AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Functions | |
bool | IsOpen () |
bool | Open (bool UseHotkey=false) |
std::int32_t | GetTabHotkey () |
bool | LogoutPlayer () |
bool | IsWorldSwitcherOpen (bool WaitToLoadWorlds=true) |
bool | OpenWorldSwitcher (bool WaitToLoadWorlds=true) |
bool | WorldSwitcherScrollTo (const Internal::World &World) |
bool | WorldSwitcherScrollTo (std::int32_t WorldID) |
bool | SwitchWorld (const Internal::World &World) |
bool | SwitchWorld (std::int32_t WorldID) |
Interactable::Widget | GetWorldWidget (const Internal::World &World) |
Interactable::Widget | GetWorldWidget (std::int32_t WorldID) |
std::int32_t Logout::GetTabHotkey | ( | ) |
Interactable::Widget Logout::GetWorldWidget | ( | const Internal::World & | World | ) |
Interactable::Widget Logout::GetWorldWidget | ( | std::int32_t | WorldID | ) |
bool Logout::IsOpen | ( | ) |
bool Logout::IsWorldSwitcherOpen | ( | bool | WaitToLoadWorlds = true | ) |
bool Logout::LogoutPlayer | ( | ) |
bool Logout::Open | ( | bool | UseHotkey = false | ) |
bool Logout::OpenWorldSwitcher | ( | bool | WaitToLoadWorlds = true | ) |
bool Logout::SwitchWorld | ( | const Internal::World & | World | ) |
bool Logout::SwitchWorld | ( | std::int32_t | WorldID | ) |
bool Logout::WorldSwitcherScrollTo | ( | const Internal::World & | World | ) |
bool Logout::WorldSwitcherScrollTo | ( | std::int32_t | WorldID | ) |