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

#include <WallObject.hpp>

Inheritance diagram for Internal::WallObject:
Internal::Object Interactable::WallObject

Public Member Functions

 WallObject (const void *Obj)
 
 WallObject ()=default
 
 WallObject (WallObject &&Obj)=default
 
 WallObject (const WallObject &Obj)=default
 
WallObjectoperator= (WallObject &&Obj)=default
 
WallObjectoperator= (const WallObject &Obj)=default
 
std::int32_t GetFlags () const
 
std::int64_t GetHash () const
 
std::int32_t GetHeight () const
 
std::int32_t GetOrientation () const
 
std::int32_t GetOrientation2 () const
 
Renderable GetRenderable () const
 
Renderable GetRenderable2 () 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 WallObject.hpp.

Constructor & Destructor Documentation

◆ WallObject() [1/4]

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

◆ WallObject() [2/4]

Internal::WallObject::WallObject ( )
default

◆ WallObject() [3/4]

Internal::WallObject::WallObject ( WallObject &&  Obj)
default

◆ WallObject() [4/4]

Internal::WallObject::WallObject ( const WallObject Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::WallObject::GetClass ( )
static

◆ GetFlags()

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

◆ GetHash()

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

◆ GetHeight()

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

◆ GetOrientation()

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

◆ GetOrientation2()

std::int32_t Internal::WallObject::GetOrientation2 ( ) const

◆ GetRenderable()

Renderable Internal::WallObject::GetRenderable ( ) const

◆ GetRenderable2()

Renderable Internal::WallObject::GetRenderable2 ( ) const

◆ GetX()

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

◆ GetY()

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

◆ GetZ()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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