AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <NPCInfo.hpp>
Public Member Functions | |
NPCInfo (const void *Obj) | |
NPCInfo ()=default | |
NPCInfo (NPCInfo &&Obj)=default | |
NPCInfo (const NPCInfo &Obj)=default | |
NPCInfo & | operator= (NPCInfo &&Obj)=default |
NPCInfo & | operator= (const NPCInfo &Obj)=default |
std::vector< std::string > | GetActions () const |
std::int32_t | GetCombatLevel () const |
std::int32_t | GetID () const |
std::vector< std::int32_t > | GetImposterIDs () const |
bool | GetMinimapVisible () const |
std::vector< std::int32_t > | GetModelIDs () const |
std::string | GetName () const |
std::int32_t | GetOverheadPrayer () const |
std::int32_t | GetScaleX () const |
std::int32_t | GetScaleY () const |
std::int32_t | GetSettingID () const |
std::int32_t | GetSize () const |
std::int32_t | GetVarbitID () const |
bool | GetVisible () const |
Public Member Functions inherited from Internal::CacheableNode | |
CacheableNode (const void *Obj) | |
CacheableNode ()=default | |
CacheableNode (CacheableNode &&Obj)=default | |
CacheableNode (const CacheableNode &Obj)=default | |
CacheableNode & | operator= (CacheableNode &&Obj)=default |
CacheableNode & | operator= (const CacheableNode &Obj)=default |
CacheableNode | GetNext () const |
CacheableNode | GetPrev () const |
Public Member Functions inherited from Internal::Node | |
Node (const void *Obj) | |
Node ()=default | |
Node (Node &&Obj)=default | |
Node (const Node &Obj)=default | |
Node & | operator= (Node &&Obj)=default |
Node & | operator= (const Node &Obj)=default |
Node | GetNext () const |
Node | GetPrev () const |
std::int64_t | GetUID () const |
Public Member Functions inherited from Internal::Object | |
Object (const void *Obj=nullptr) | |
Object (Object &&Obj) | |
Object (const Object &Obj) | |
Object & | operator= (Object &&Obj) |
Object & | operator= (const Object &Obj) |
bool | operator== (const Object &O) const |
bool | operator!= (const Object &O) const |
operator bool () const | |
operator void * () const | |
bool | Equals (Object O) const |
bool | InstanceOf (Class C) const |
virtual | ~Object () |
Static Public Member Functions | |
static Class | GetClass () |
Static Public Member Functions inherited from Internal::CacheableNode | |
static Class | GetClass () |
Static Public Member Functions inherited from Internal::Node | |
static Class | GetClass () |
Additional Inherited Members | |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Definition at line 12 of file NPCInfo.hpp.
Internal::NPCInfo::NPCInfo | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
std::vector<std::string> Internal::NPCInfo::GetActions | ( | ) | const |
|
static |
std::int32_t Internal::NPCInfo::GetCombatLevel | ( | ) | const |
std::int32_t Internal::NPCInfo::GetID | ( | ) | const |
std::vector<std::int32_t> Internal::NPCInfo::GetImposterIDs | ( | ) | const |
bool Internal::NPCInfo::GetMinimapVisible | ( | ) | const |
std::vector<std::int32_t> Internal::NPCInfo::GetModelIDs | ( | ) | const |
std::string Internal::NPCInfo::GetName | ( | ) | const |
std::int32_t Internal::NPCInfo::GetOverheadPrayer | ( | ) | const |
std::int32_t Internal::NPCInfo::GetScaleX | ( | ) | const |
std::int32_t Internal::NPCInfo::GetScaleY | ( | ) | const |
std::int32_t Internal::NPCInfo::GetSettingID | ( | ) | const |
std::int32_t Internal::NPCInfo::GetSize | ( | ) | const |
std::int32_t Internal::NPCInfo::GetVarbitID | ( | ) | const |
bool Internal::NPCInfo::GetVisible | ( | ) | const |