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

#include <DynamicObject.hpp>

Inheritance diagram for Internal::DynamicObject:
Internal::Renderable Internal::CacheableNode Internal::Node Internal::Object

Public Member Functions

 DynamicObject (const void *Obj)
 
 DynamicObject ()=default
 
 DynamicObject (DynamicObject &&Obj)=default
 
 DynamicObject (const DynamicObject &Obj)=default
 
DynamicObjectoperator= (DynamicObject &&Obj)=default
 
DynamicObjectoperator= (const DynamicObject &Obj)=default
 
Animation GetAnimation () const
 
std::int32_t GetAnimationFrame () const
 
std::int32_t GetID () const
 
std::int32_t GetOrientation () const
 
std::int32_t GetPlane () const
 
std::int32_t GetType () 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 DynamicObject.hpp.

Constructor & Destructor Documentation

◆ DynamicObject() [1/4]

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

◆ DynamicObject() [2/4]

Internal::DynamicObject::DynamicObject ( )
default

◆ DynamicObject() [3/4]

Internal::DynamicObject::DynamicObject ( DynamicObject &&  Obj)
default

◆ DynamicObject() [4/4]

Internal::DynamicObject::DynamicObject ( const DynamicObject Obj)
default

Member Function Documentation

◆ GetAnimation()

Animation Internal::DynamicObject::GetAnimation ( ) const

◆ GetAnimationFrame()

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

◆ GetClass()

static Class Internal::DynamicObject::GetClass ( )
static

◆ GetID()

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

◆ GetOrientation()

std::int32_t Internal::DynamicObject::GetOrientation ( ) const

◆ GetPlane()

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

◆ GetType()

std::int32_t Internal::DynamicObject::GetType ( ) const

◆ GetX()

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

◆ GetY()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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