AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include "../../../Core/Types/Box.hpp"
#include "../../../Core/Classes/World.hpp"
#include "../../../Game/Interactable/Widget.hpp"
#include <cstdint>
#include <vector>
Go to the source code of this file.
Namespaces | |
Logout | |
Functions | |
bool | Logout::IsOpen () |
bool | Logout::Open (bool UseHotkey=false) |
std::int32_t | Logout::GetTabHotkey () |
bool | Logout::LogoutPlayer () |
bool | Logout::IsWorldSwitcherOpen (bool WaitToLoadWorlds=true) |
bool | Logout::OpenWorldSwitcher (bool WaitToLoadWorlds=true) |
bool | Logout::WorldSwitcherScrollTo (const Internal::World &World) |
bool | Logout::WorldSwitcherScrollTo (std::int32_t WorldID) |
bool | Logout::SwitchWorld (const Internal::World &World) |
bool | Logout::SwitchWorld (std::int32_t WorldID) |
Interactable::Widget | Logout::GetWorldWidget (const Internal::World &World) |
Interactable::Widget | Logout::GetWorldWidget (std::int32_t WorldID) |