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

Functions

bool Refresh ()
 
bool SwitchWorld (Internal::World World)
 
bool SwitchWorld (std::int32_t WorldID)
 
std::int32_t GetCurrent ()
 
std::vector< Internal::WorldGetAll ()
 
std::int32_t GetIndexOf (Internal::World World)
 
std::int32_t GetIndexOf (std::int32_t WorldID)
 
std::vector< Internal::WorldGetF2P ()
 
std::vector< Internal::WorldGetP2P ()
 
bool IsP2P (Internal::World World)
 
bool IsP2P (std::int32_t WorldID)
 
Internal::World GetBy (std::int32_t WorldID)
 
std::vector< Internal::WorldGetBy (const std::function< bool(Internal::World &)> &Filter)
 

Function Documentation

◆ GetAll()

std::vector<Internal::World> Worlds::GetAll ( )

◆ GetBy() [1/2]

std::vector<Internal::World> Worlds::GetBy ( const std::function< bool(Internal::World &)> &  Filter)

◆ GetBy() [2/2]

Internal::World Worlds::GetBy ( std::int32_t  WorldID)

◆ GetCurrent()

std::int32_t Worlds::GetCurrent ( )

◆ GetF2P()

std::vector<Internal::World> Worlds::GetF2P ( )

◆ GetIndexOf() [1/2]

std::int32_t Worlds::GetIndexOf ( Internal::World  World)

◆ GetIndexOf() [2/2]

std::int32_t Worlds::GetIndexOf ( std::int32_t  WorldID)

◆ GetP2P()

std::vector<Internal::World> Worlds::GetP2P ( )

◆ IsP2P() [1/2]

bool Worlds::IsP2P ( Internal::World  World)

◆ IsP2P() [2/2]

bool Worlds::IsP2P ( std::int32_t  WorldID)

◆ Refresh()

bool Worlds::Refresh ( )

◆ SwitchWorld() [1/2]

bool Worlds::SwitchWorld ( Internal::World  World)

◆ SwitchWorld() [2/2]

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