AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <FrameMap.hpp>
Public Member Functions | |
FrameMap (const void *Obj) | |
FrameMap ()=default | |
FrameMap (FrameMap &&Obj)=default | |
FrameMap (const FrameMap &Obj)=default | |
FrameMap & | operator= (FrameMap &&Obj)=default |
FrameMap & | operator= (const FrameMap &Obj)=default |
std::vector< std::vector< std::int32_t > > | GetList () const |
std::vector< std::int32_t > | GetTypes () 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::Node | |
static Class | GetClass () |
Additional Inherited Members | |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Definition at line 11 of file FrameMap.hpp.
Internal::FrameMap::FrameMap | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
|
static |
std::vector<std::vector<std::int32_t> > Internal::FrameMap::GetList | ( | ) | const |
std::vector<std::int32_t> Internal::FrameMap::GetTypes | ( | ) | const |