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

#include <GraphicsObject.hpp>

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

Public Member Functions

 GraphicsObject (const Internal::GraphicsObject &G)
 
 GraphicsObject ()=default
 
 GraphicsObject (GraphicsObject &&Obj)=default
 
 GraphicsObject (const GraphicsObject &Obj)=default
 
GraphicsObjectoperator= (GraphicsObject &&Obj)=default
 
GraphicsObjectoperator= (const GraphicsObject &Obj)=default
 
std::vector< PointGetModel () const
 
Wireframe GetWireframe () const
 
Convex GetConvex () const
 
Box GetBox () const
 
double GetVisibility () const
 
Tile GetTile () const
 
- Public Member Functions inherited from Internal::GraphicsObject
 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 ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Internal::GraphicsObject
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 ()
 
- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 13 of file GraphicsObject.hpp.

Constructor & Destructor Documentation

◆ GraphicsObject() [1/4]

Interactable::GraphicsObject::GraphicsObject ( const Internal::GraphicsObject G)

◆ GraphicsObject() [2/4]

Interactable::GraphicsObject::GraphicsObject ( )
default

◆ GraphicsObject() [3/4]

Interactable::GraphicsObject::GraphicsObject ( GraphicsObject &&  Obj)
default

◆ GraphicsObject() [4/4]

Interactable::GraphicsObject::GraphicsObject ( const GraphicsObject Obj)
default

Member Function Documentation

◆ GetBox()

Box Interactable::GraphicsObject::GetBox ( ) const

◆ GetConvex()

Convex Interactable::GraphicsObject::GetConvex ( ) const

◆ GetModel()

std::vector<Point> Interactable::GraphicsObject::GetModel ( ) const

◆ GetTile()

Tile Interactable::GraphicsObject::GetTile ( ) const

◆ GetVisibility()

double Interactable::GraphicsObject::GetVisibility ( ) const

◆ GetWireframe()

Wireframe Interactable::GraphicsObject::GetWireframe ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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