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

#include <ItemInfo.hpp>

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

Public Member Functions

 ItemInfo (const void *Obj)
 
 ItemInfo ()=default
 
 ItemInfo (ItemInfo &&Obj)=default
 
 ItemInfo (const ItemInfo &Obj)=default
 
ItemInfooperator= (ItemInfo &&Obj)=default
 
ItemInfooperator= (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
 
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 13 of file ItemInfo.hpp.

Constructor & Destructor Documentation

◆ ItemInfo() [1/4]

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

◆ ItemInfo() [2/4]

Internal::ItemInfo::ItemInfo ( )
default

◆ ItemInfo() [3/4]

Internal::ItemInfo::ItemInfo ( ItemInfo &&  Obj)
default

◆ ItemInfo() [4/4]

Internal::ItemInfo::ItemInfo ( const ItemInfo Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::ItemInfo::GetClass ( )
static

◆ GetGroundActions()

std::vector<std::string> Internal::ItemInfo::GetGroundActions ( ) const

◆ GetID()

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

◆ GetInventoryActions()

std::vector<std::string> Internal::ItemInfo::GetInventoryActions ( ) const

◆ GetMembers()

bool Internal::ItemInfo::GetMembers ( ) const

◆ GetName()

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

◆ GetNoteID()

std::int32_t Internal::ItemInfo::GetNoteID ( ) const

◆ GetParameters()

IterableHashTable Internal::ItemInfo::GetParameters ( ) const

◆ GetPrice()

std::int32_t Internal::ItemInfo::GetPrice ( ) const

◆ GetShiftClickIndex()

std::int32_t Internal::ItemInfo::GetShiftClickIndex ( ) const

◆ GetSpriteID()

std::int32_t Internal::ItemInfo::GetSpriteID ( ) const

◆ GetStackable()

std::int32_t Internal::ItemInfo::GetStackable ( ) const

◆ GetStackAmounts()

std::vector<std::int32_t> Internal::ItemInfo::GetStackAmounts ( ) const

◆ GetStackModelIDs()

std::vector<std::int32_t> Internal::ItemInfo::GetStackModelIDs ( ) const

◆ GetTradable()

bool Internal::ItemInfo::GetTradable ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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