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

Functions

bool IsOpen ()
 
bool Open (bool UseHotkey=false)
 
std::int32_t GetTabHotkey ()
 
std::vector< Internal::FriendGetAll ()
 
std::vector< Internal::FriendGetAll (const std::function< bool(Internal::Friend &)> &Filter)
 

Function Documentation

◆ GetAll() [1/2]

std::vector<Internal::Friend> Friends::GetAll ( )

◆ GetAll() [2/2]

std::vector<Internal::Friend> Friends::GetAll ( const std::function< bool(Internal::Friend &)> &  Filter)

◆ GetTabHotkey()

std::int32_t Friends::GetTabHotkey ( )

◆ IsOpen()

bool Friends::IsOpen ( )

◆ Open()

bool Friends::Open ( bool  UseHotkey = false)