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

#include <Frame.hpp>

Inheritance diagram for Internal::Frame:
Internal::Object

Public Member Functions

 Frame (const void *Obj)
 
 Frame ()=default
 
 Frame (Frame &&Obj)=default
 
 Frame (const Frame &Obj)=default
 
Frameoperator= (Frame &&Obj)=default
 
Frameoperator= (const Frame &Obj)=default
 
std::vector< std::int32_t > GetIndices () const
 
bool GetShowing () const
 
FrameMap GetSkin () const
 
std::vector< std::int32_t > GetTranslatorX () const
 
std::vector< std::int32_t > GetTranslatorY () const
 
std::vector< std::int32_t > GetTranslatorZ () const
 
std::int32_t GetTranslatorsLength () 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 ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 12 of file Frame.hpp.

Constructor & Destructor Documentation

◆ Frame() [1/4]

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

◆ Frame() [2/4]

Internal::Frame::Frame ( )
default

◆ Frame() [3/4]

Internal::Frame::Frame ( Frame &&  Obj)
default

◆ Frame() [4/4]

Internal::Frame::Frame ( const Frame Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::Frame::GetClass ( )
static

◆ GetIndices()

std::vector<std::int32_t> Internal::Frame::GetIndices ( ) const

◆ GetShowing()

bool Internal::Frame::GetShowing ( ) const

◆ GetSkin()

FrameMap Internal::Frame::GetSkin ( ) const

◆ GetTranslatorsLength()

std::int32_t Internal::Frame::GetTranslatorsLength ( ) const

◆ GetTranslatorX()

std::vector<std::int32_t> Internal::Frame::GetTranslatorX ( ) const

◆ GetTranslatorY()

std::vector<std::int32_t> Internal::Frame::GetTranslatorY ( ) const

◆ GetTranslatorZ()

std::vector<std::int32_t> Internal::Frame::GetTranslatorZ ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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