AlpacaLibary  1.63
A closed source C++ bot for OSRS
Internal::NPCInfo Class Reference

#include <NPCInfo.hpp>

Inheritance diagram for Internal::NPCInfo:
Internal::CacheableNode Internal::Node Internal::Object

Public Member Functions

 NPCInfo (const void *Obj)
 
 NPCInfo ()=default
 
 NPCInfo (NPCInfo &&Obj)=default
 
 NPCInfo (const NPCInfo &Obj)=default
 
NPCInfooperator= (NPCInfo &&Obj)=default
 
NPCInfooperator= (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
 
CacheableNodeoperator= (CacheableNode &&Obj)=default
 
CacheableNodeoperator= (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
 
Nodeoperator= (Node &&Obj)=default
 
Nodeoperator= (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)
 
Objectoperator= (Object &&Obj)
 
Objectoperator= (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
 

Detailed Description

Definition at line 12 of file NPCInfo.hpp.

Constructor & Destructor Documentation

◆ NPCInfo() [1/4]

Internal::NPCInfo::NPCInfo ( const void *  Obj)

◆ NPCInfo() [2/4]

Internal::NPCInfo::NPCInfo ( )
default

◆ NPCInfo() [3/4]

Internal::NPCInfo::NPCInfo ( NPCInfo &&  Obj)
default

◆ NPCInfo() [4/4]

Internal::NPCInfo::NPCInfo ( const NPCInfo Obj)
default

Member Function Documentation

◆ GetActions()

std::vector<std::string> Internal::NPCInfo::GetActions ( ) const

◆ GetClass()

static Class Internal::NPCInfo::GetClass ( )
static

◆ GetCombatLevel()

std::int32_t Internal::NPCInfo::GetCombatLevel ( ) const

◆ GetID()

std::int32_t Internal::NPCInfo::GetID ( ) const

◆ GetImposterIDs()

std::vector<std::int32_t> Internal::NPCInfo::GetImposterIDs ( ) const

◆ GetMinimapVisible()

bool Internal::NPCInfo::GetMinimapVisible ( ) const

◆ GetModelIDs()

std::vector<std::int32_t> Internal::NPCInfo::GetModelIDs ( ) const

◆ GetName()

std::string Internal::NPCInfo::GetName ( ) const

◆ GetOverheadPrayer()

std::int32_t Internal::NPCInfo::GetOverheadPrayer ( ) const

◆ GetScaleX()

std::int32_t Internal::NPCInfo::GetScaleX ( ) const

◆ GetScaleY()

std::int32_t Internal::NPCInfo::GetScaleY ( ) const

◆ GetSettingID()

std::int32_t Internal::NPCInfo::GetSettingID ( ) const

◆ GetSize()

std::int32_t Internal::NPCInfo::GetSize ( ) const

◆ GetVarbitID()

std::int32_t Internal::NPCInfo::GetVarbitID ( ) const

◆ GetVisible()

bool Internal::NPCInfo::GetVisible ( ) const

◆ operator=() [1/2]

NPCInfo& Internal::NPCInfo::operator= ( const NPCInfo Obj)
default

◆ operator=() [2/2]

NPCInfo& Internal::NPCInfo::operator= ( NPCInfo &&  Obj)
default

The documentation for this class was generated from the following file: