AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
Typedefs | |
typedef enum Login::LOGIN_SCREEN_STATE | LOGIN_SCREEN_STATE |
Enumerations | |
enum | LOGIN_SCREEN_STATE { WELCOME_SCREEN , PVP_WORLD , ENTER_CREDENTIALS , INVALID_CREDENTIALS , AUTHENTICATOR , FORGOTTEN_PASSWORD , RUNESCAPE_UPDATED , ACCOUNT_LOCKED , MEMBERS_AREA , MEMBERS_REQUIRED , WORLD_SELECT , ACCOUNT_DISABLED , ACCOUNT_LOGGED_IN , TOTAL_SKILL_REQUIRED , DISCONNECTED , ERROR_CONNECTING , CONNECTION_TIMED_OUT , TOO_MANY_ATTEMPTS , CONNECTING , LOADING , LOBBY_SCREEN , LOGGED_IN } |
Functions | |
LOGIN_SCREEN_STATE | GetLoginScreenState () |
bool | LoginPlayer (bool SwitchToProfileWorld=true) |
bool | EnterCredentials () |
bool | IsWorldSelectOpen () |
bool | OpenWorldSelect () |
bool | CloseWorldSelect () |
bool | SelectWorld () |
bool | SelectWorld (const Internal::World &World) |
bool | SelectWorld (std::int32_t WorldID) |
std::int32_t | GetScreenX () |
std::int32_t | GetWindowX () |
std::int32_t | GetCaretState () |
std::vector< std::string > | GetLoginMessages () |
std::vector< Box > | GetButtonBoxes () |
bool | WaitLoginScreenState (std::uint32_t Duration, std::uint32_t Step, Login::LOGIN_SCREEN_STATE State, bool Result=true) |
typedef enum Login::LOGIN_SCREEN_STATE Login::LOGIN_SCREEN_STATE |
bool Login::CloseWorldSelect | ( | ) |
bool Login::EnterCredentials | ( | ) |
std::vector<Box> Login::GetButtonBoxes | ( | ) |
std::int32_t Login::GetCaretState | ( | ) |
std::vector<std::string> Login::GetLoginMessages | ( | ) |
LOGIN_SCREEN_STATE Login::GetLoginScreenState | ( | ) |
std::int32_t Login::GetScreenX | ( | ) |
std::int32_t Login::GetWindowX | ( | ) |
bool Login::IsWorldSelectOpen | ( | ) |
bool Login::LoginPlayer | ( | bool | SwitchToProfileWorld = true | ) |
bool Login::OpenWorldSelect | ( | ) |
bool Login::SelectWorld | ( | ) |
bool Login::SelectWorld | ( | const Internal::World & | World | ) |
bool Login::SelectWorld | ( | std::int32_t | WorldID | ) |
bool Login::WaitLoginScreenState | ( | std::uint32_t | Duration, |
std::uint32_t | Step, | ||
Login::LOGIN_SCREEN_STATE | State, | ||
bool | Result = true |
||
) |