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

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)
 

Function Documentation

◆ GetTabHotkey()

std::int32_t Logout::GetTabHotkey ( )

◆ GetWorldWidget() [1/2]

Interactable::Widget Logout::GetWorldWidget ( const Internal::World World)

◆ GetWorldWidget() [2/2]

Interactable::Widget Logout::GetWorldWidget ( std::int32_t  WorldID)

◆ IsOpen()

bool Logout::IsOpen ( )

◆ IsWorldSwitcherOpen()

bool Logout::IsWorldSwitcherOpen ( bool  WaitToLoadWorlds = true)

◆ LogoutPlayer()

bool Logout::LogoutPlayer ( )

◆ Open()

bool Logout::Open ( bool  UseHotkey = false)

◆ OpenWorldSwitcher()

bool Logout::OpenWorldSwitcher ( bool  WaitToLoadWorlds = true)

◆ SwitchWorld() [1/2]

bool Logout::SwitchWorld ( const Internal::World World)

◆ SwitchWorld() [2/2]

bool Logout::SwitchWorld ( std::int32_t  WorldID)

◆ WorldSwitcherScrollTo() [1/2]

bool Logout::WorldSwitcherScrollTo ( const Internal::World World)

◆ WorldSwitcherScrollTo() [2/2]

bool Logout::WorldSwitcherScrollTo ( std::int32_t  WorldID)