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

Functions

std::vector< Interactable::NPCGetAllWithin (std::int32_t Distance)
 
std::vector< Interactable::NPCGetAll ()
 
std::vector< Interactable::NPCGetAll (const Tile &T)
 
std::vector< Interactable::NPCGetAll (std::int32_t ID, std::int32_t Distance=-1)
 
std::vector< Interactable::NPCGetAll (const std::string &Name, std::int32_t Distance=-1)
 
std::vector< Interactable::NPCGetAll (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1)
 
std::vector< Interactable::NPCGetAll (const std::vector< std::string > &Names, std::int32_t Distance=-1)
 
std::vector< Interactable::NPCGetAll (const std::function< bool(const Interactable::NPC &)> &Filter, std::int32_t Distance=-1)
 
Interactable::NPC Get (const Tile &T)
 
Interactable::NPC Get (std::int32_t ID, std::int32_t Distance=-1)
 
Interactable::NPC Get (const std::string &Name, std::int32_t Distance=-1)
 
Interactable::NPC Get (const std::vector< std::int32_t > &IDs, std::int32_t Distance=-1)
 
Interactable::NPC Get (const std::vector< std::string > &Names, std::int32_t Distance=-1)
 
Interactable::NPC Get (const std::function< bool(const Interactable::NPC &)> &Filter, std::int32_t Distance=-1)
 

Function Documentation

◆ Get() [1/6]

Interactable::NPC NPCs::Get ( const std::function< bool(const Interactable::NPC &)> &  Filter,
std::int32_t  Distance = -1 
)

◆ Get() [2/6]

Interactable::NPC NPCs::Get ( const std::string &  Name,
std::int32_t  Distance = -1 
)

◆ Get() [3/6]

Interactable::NPC NPCs::Get ( const std::vector< std::int32_t > &  IDs,
std::int32_t  Distance = -1 
)

◆ Get() [4/6]

Interactable::NPC NPCs::Get ( const std::vector< std::string > &  Names,
std::int32_t  Distance = -1 
)

◆ Get() [5/6]

Interactable::NPC NPCs::Get ( const Tile T)

◆ Get() [6/6]

Interactable::NPC NPCs::Get ( std::int32_t  ID,
std::int32_t  Distance = -1 
)

◆ GetAll() [1/7]

std::vector<Interactable::NPC> NPCs::GetAll ( )

◆ GetAll() [2/7]

std::vector<Interactable::NPC> NPCs::GetAll ( const std::function< bool(const Interactable::NPC &)> &  Filter,
std::int32_t  Distance = -1 
)

◆ GetAll() [3/7]

std::vector<Interactable::NPC> NPCs::GetAll ( const std::string &  Name,
std::int32_t  Distance = -1 
)

◆ GetAll() [4/7]

std::vector<Interactable::NPC> NPCs::GetAll ( const std::vector< std::int32_t > &  IDs,
std::int32_t  Distance = -1 
)

◆ GetAll() [5/7]

std::vector<Interactable::NPC> NPCs::GetAll ( const std::vector< std::string > &  Names,
std::int32_t  Distance = -1 
)

◆ GetAll() [6/7]

std::vector<Interactable::NPC> NPCs::GetAll ( const Tile T)

◆ GetAll() [7/7]

std::vector<Interactable::NPC> NPCs::GetAll ( std::int32_t  ID,
std::int32_t  Distance = -1 
)

◆ GetAllWithin()

std::vector<Interactable::NPC> NPCs::GetAllWithin ( std::int32_t  Distance)