AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <ItemInfo.hpp>
Public Member Functions | |
ItemInfo (const void *Obj) | |
ItemInfo ()=default | |
ItemInfo (ItemInfo &&Obj)=default | |
ItemInfo (const ItemInfo &Obj)=default | |
ItemInfo & | operator= (ItemInfo &&Obj)=default |
ItemInfo & | operator= (const ItemInfo &Obj)=default |
std::vector< std::string > | GetGroundActions () const |
std::int32_t | GetID () const |
std::vector< std::string > | GetInventoryActions () const |
bool | GetMembers () const |
std::string | GetName () const |
std::int32_t | GetNoteID () const |
IterableHashTable | GetParameters () const |
std::int32_t | GetPrice () const |
std::int32_t | GetShiftClickIndex () const |
std::int32_t | GetSpriteID () const |
std::vector< std::int32_t > | GetStackAmounts () const |
std::vector< std::int32_t > | GetStackModelIDs () const |
std::int32_t | GetStackable () const |
bool | GetTradable () 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 13 of file ItemInfo.hpp.
Internal::ItemInfo::ItemInfo | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
|
static |
std::vector<std::string> Internal::ItemInfo::GetGroundActions | ( | ) | const |
std::int32_t Internal::ItemInfo::GetID | ( | ) | const |
std::vector<std::string> Internal::ItemInfo::GetInventoryActions | ( | ) | const |
bool Internal::ItemInfo::GetMembers | ( | ) | const |
std::string Internal::ItemInfo::GetName | ( | ) | const |
std::int32_t Internal::ItemInfo::GetNoteID | ( | ) | const |
IterableHashTable Internal::ItemInfo::GetParameters | ( | ) | const |
std::int32_t Internal::ItemInfo::GetPrice | ( | ) | const |
std::int32_t Internal::ItemInfo::GetShiftClickIndex | ( | ) | const |
std::int32_t Internal::ItemInfo::GetSpriteID | ( | ) | const |
std::int32_t Internal::ItemInfo::GetStackable | ( | ) | const |
std::vector<std::int32_t> Internal::ItemInfo::GetStackAmounts | ( | ) | const |
std::vector<std::int32_t> Internal::ItemInfo::GetStackModelIDs | ( | ) | const |
bool Internal::ItemInfo::GetTradable | ( | ) | const |