AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include "../../Core/Types/Timer.hpp"
#include "../../Core/Types/Counter.hpp"
#include "../../Core/Types/Countdown.hpp"
Go to the source code of this file.
Classes | |
struct | BreakHandler::BreakTime |
Namespaces | |
BreakHandler | |
Functions | |
Counter | BreakHandler::GetBreakCounter () |
Timer | BreakHandler::GetBreakTimer () |
bool | BreakHandler::MiniBreak (bool Logout=true) |
bool | BreakHandler::ShortBreak (bool Logout=true) |
bool | BreakHandler::LongBreak (bool Logout=true) |
bool | BreakHandler::Break (bool LogoutOnLong=true, bool LogoutOnShort=true, bool LogoutOnMini=false) |
BreakTime | BreakHandler::GetMiniBreakTime () |
BreakTime | BreakHandler::GetShortBreakTime () |
BreakTime | BreakHandler::GetLongBreakTime () |