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

#include <GraphicsObject.hpp>

Inheritance diagram for Internal::GraphicsObject:
Internal::Renderable Internal::CacheableNode Internal::Node Internal::Object Interactable::GraphicsObject

Public Member Functions

 GraphicsObject (const void *Obj)
 
 GraphicsObject ()=default
 
 GraphicsObject (GraphicsObject &&Obj)=default
 
 GraphicsObject (const GraphicsObject &Obj)=default
 
GraphicsObjectoperator= (GraphicsObject &&Obj)=default
 
GraphicsObjectoperator= (const GraphicsObject &Obj)=default
 
std::int32_t GetAnimationFrame () const
 
bool GetFinished () const
 
std::int32_t GetHeight () const
 
std::int32_t GetID () const
 
std::int32_t GetPlane () const
 
std::int32_t GetX () const
 
std::int32_t GetY () const
 
- Public Member Functions inherited from Internal::Renderable
 Renderable (const void *Obj)
 
 Renderable ()=default
 
 Renderable (Renderable &&Obj)=default
 
 Renderable (const Renderable &Obj)=default
 
Renderableoperator= (Renderable &&Obj)=default
 
Renderableoperator= (const Renderable &Obj)=default
 
std::int32_t GetModelHeight () 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::Renderable
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 11 of file GraphicsObject.hpp.

Constructor & Destructor Documentation

◆ GraphicsObject() [1/4]

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

◆ GraphicsObject() [2/4]

Internal::GraphicsObject::GraphicsObject ( )
default

◆ GraphicsObject() [3/4]

Internal::GraphicsObject::GraphicsObject ( GraphicsObject &&  Obj)
default

◆ GraphicsObject() [4/4]

Internal::GraphicsObject::GraphicsObject ( const GraphicsObject Obj)
default

Member Function Documentation

◆ GetAnimationFrame()

std::int32_t Internal::GraphicsObject::GetAnimationFrame ( ) const

◆ GetClass()

static Class Internal::GraphicsObject::GetClass ( )
static

◆ GetFinished()

bool Internal::GraphicsObject::GetFinished ( ) const

◆ GetHeight()

std::int32_t Internal::GraphicsObject::GetHeight ( ) const

◆ GetID()

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

◆ GetPlane()

std::int32_t Internal::GraphicsObject::GetPlane ( ) const

◆ GetX()

std::int32_t Internal::GraphicsObject::GetX ( ) const

◆ GetY()

std::int32_t Internal::GraphicsObject::GetY ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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