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

#include <ObjectInfo.hpp>

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

Public Member Functions

 ObjectInfo (const void *Obj)
 
 ObjectInfo ()=default
 
 ObjectInfo (ObjectInfo &&Obj)=default
 
 ObjectInfo (const ObjectInfo &Obj)=default
 
ObjectInfooperator= (ObjectInfo &&Obj)=default
 
ObjectInfooperator= (const ObjectInfo &Obj)=default
 
std::vector< std::string > GetActions () const
 
std::int32_t GetID () const
 
std::vector< std::int32_t > GetImposterIDs () const
 
std::vector< std::int32_t > GetModelIDs () const
 
std::string GetName () const
 
std::vector< std::int32_t > GetObjectTypes () const
 
std::int32_t GetSettingID () const
 
std::int32_t GetVarbitID () 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 ObjectInfo.hpp.

Constructor & Destructor Documentation

◆ ObjectInfo() [1/4]

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

◆ ObjectInfo() [2/4]

Internal::ObjectInfo::ObjectInfo ( )
default

◆ ObjectInfo() [3/4]

Internal::ObjectInfo::ObjectInfo ( ObjectInfo &&  Obj)
default

◆ ObjectInfo() [4/4]

Internal::ObjectInfo::ObjectInfo ( const ObjectInfo Obj)
default

Member Function Documentation

◆ GetActions()

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

◆ GetClass()

static Class Internal::ObjectInfo::GetClass ( )
static

◆ GetID()

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

◆ GetImposterIDs()

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

◆ GetModelIDs()

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

◆ GetName()

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

◆ GetObjectTypes()

std::vector<std::int32_t> Internal::ObjectInfo::GetObjectTypes ( ) const

◆ GetSettingID()

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

◆ GetVarbitID()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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