AlpacaLibary  1.63
A closed source C++ bot for OSRS
Worlds.hpp File Reference
#include "../../Core/Classes/World.hpp"
#include <functional>
#include <cstdint>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 Worlds
 

Functions

bool Worlds::Refresh ()
 
bool Worlds::SwitchWorld (Internal::World World)
 
bool Worlds::SwitchWorld (std::int32_t WorldID)
 
std::int32_t Worlds::GetCurrent ()
 
std::vector< Internal::WorldWorlds::GetAll ()
 
std::int32_t Worlds::GetIndexOf (Internal::World World)
 
std::int32_t Worlds::GetIndexOf (std::int32_t WorldID)
 
std::vector< Internal::WorldWorlds::GetF2P ()
 
std::vector< Internal::WorldWorlds::GetP2P ()
 
bool Worlds::IsP2P (Internal::World World)
 
bool Worlds::IsP2P (std::int32_t WorldID)
 
Internal::World Worlds::GetBy (std::int32_t WorldID)
 
std::vector< Internal::WorldWorlds::GetBy (const std::function< bool(Internal::World &)> &Filter)