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

#include <DecorativeObject.hpp>

Inheritance diagram for Internal::DecorativeObject:
Internal::Object Interactable::DecorativeObject

Public Member Functions

 DecorativeObject (const void *Obj)
 
 DecorativeObject ()=default
 
 DecorativeObject (DecorativeObject &&Obj)=default
 
 DecorativeObject (const DecorativeObject &Obj)=default
 
DecorativeObjectoperator= (DecorativeObject &&Obj)=default
 
DecorativeObjectoperator= (const DecorativeObject &Obj)=default
 
std::int32_t GetAngle () const
 
std::int32_t GetFlags () const
 
std::int64_t GetHash () const
 
std::int32_t GetOffsetX () const
 
std::int32_t GetOffsetY () const
 
std::int32_t GetRenderInfo () const
 
Renderable GetRenderable () const
 
std::int32_t GetX () const
 
std::int32_t GetY () const
 
std::int32_t GetZ () 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 11 of file DecorativeObject.hpp.

Constructor & Destructor Documentation

◆ DecorativeObject() [1/4]

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

◆ DecorativeObject() [2/4]

Internal::DecorativeObject::DecorativeObject ( )
default

◆ DecorativeObject() [3/4]

Internal::DecorativeObject::DecorativeObject ( DecorativeObject &&  Obj)
default

◆ DecorativeObject() [4/4]

Internal::DecorativeObject::DecorativeObject ( const DecorativeObject Obj)
default

Member Function Documentation

◆ GetAngle()

std::int32_t Internal::DecorativeObject::GetAngle ( ) const

◆ GetClass()

static Class Internal::DecorativeObject::GetClass ( )
static

◆ GetFlags()

std::int32_t Internal::DecorativeObject::GetFlags ( ) const

◆ GetHash()

std::int64_t Internal::DecorativeObject::GetHash ( ) const

◆ GetOffsetX()

std::int32_t Internal::DecorativeObject::GetOffsetX ( ) const

◆ GetOffsetY()

std::int32_t Internal::DecorativeObject::GetOffsetY ( ) const

◆ GetRenderable()

Renderable Internal::DecorativeObject::GetRenderable ( ) const

◆ GetRenderInfo()

std::int32_t Internal::DecorativeObject::GetRenderInfo ( ) const

◆ GetX()

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

◆ GetY()

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

◆ GetZ()

std::int32_t Internal::DecorativeObject::GetZ ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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