AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <WallObject.hpp>
Public Member Functions | |
WallObject (const Internal::WallObject &W) | |
WallObject ()=default | |
WallObject (WallObject &&Obj)=default | |
WallObject (const WallObject &Obj)=default | |
WallObject & | operator= (WallObject &&Obj)=default |
WallObject & | operator= (const WallObject &Obj)=default |
std::int32_t | GetID () const |
std::string | GetName () const |
Internal::ObjectInfo | GetInfo () const |
std::vector< Point > | GetModel () const |
Wireframe | GetWireframe () const |
Convex | GetConvex () const |
Box | GetBox () const |
Point | GetPoint () const |
Point | GetPoint (double PointGenAccuracy) const |
double | GetVisibility () const |
Tile | GetTile () const |
Tile | GetReachableTile () const |
bool | IsReachable () const |
bool | RotateTo (std::int32_t Angle=0) const |
bool | RotateTo (Camera::COMPASS_DIRECTION Direction) const |
bool | Hover () const |
bool | Interact (const Button &B=BUTTON_LEFT) const |
bool | Interact (const std::string &Option, bool CheckTarget=true) const |
bool | Interact (const std::vector< std::string > &Options, bool CheckTarget=true) const |
bool | Interact (const std::function< bool(const std::vector< Point > &)> &InteractMethod) const |
Public Member Functions inherited from Internal::WallObject | |
WallObject (const void *Obj) | |
WallObject ()=default | |
WallObject (WallObject &&Obj)=default | |
WallObject (const WallObject &Obj)=default | |
WallObject & | operator= (WallObject &&Obj)=default |
WallObject & | operator= (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) | |
Object & | operator= (Object &&Obj) |
Object & | operator= (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::WallObject | |
static Class | GetClass () |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Definition at line 18 of file WallObject.hpp.
Interactable::WallObject::WallObject | ( | const Internal::WallObject & | W | ) |
|
default |
|
default |
|
default |
Box Interactable::WallObject::GetBox | ( | ) | const |
Convex Interactable::WallObject::GetConvex | ( | ) | const |
std::int32_t Interactable::WallObject::GetID | ( | ) | const |
Internal::ObjectInfo Interactable::WallObject::GetInfo | ( | ) | const |
std::vector<Point> Interactable::WallObject::GetModel | ( | ) | const |
std::string Interactable::WallObject::GetName | ( | ) | const |
Point Interactable::WallObject::GetPoint | ( | ) | const |
Point Interactable::WallObject::GetPoint | ( | double | PointGenAccuracy | ) | const |
Tile Interactable::WallObject::GetReachableTile | ( | ) | const |
Tile Interactable::WallObject::GetTile | ( | ) | const |
double Interactable::WallObject::GetVisibility | ( | ) | const |
Wireframe Interactable::WallObject::GetWireframe | ( | ) | const |
bool Interactable::WallObject::Hover | ( | ) | const |
bool Interactable::WallObject::Interact | ( | const Button & | B = BUTTON_LEFT | ) | const |
bool Interactable::WallObject::Interact | ( | const std::function< bool(const std::vector< Point > &)> & | InteractMethod | ) | const |
bool Interactable::WallObject::Interact | ( | const std::string & | Option, |
bool | CheckTarget = true |
||
) | const |
bool Interactable::WallObject::Interact | ( | const std::vector< std::string > & | Options, |
bool | CheckTarget = true |
||
) | const |
bool Interactable::WallObject::IsReachable | ( | ) | const |
|
default |
|
default |
bool Interactable::WallObject::RotateTo | ( | Camera::COMPASS_DIRECTION | Direction | ) | const |
bool Interactable::WallObject::RotateTo | ( | std::int32_t | Angle = 0 | ) | const |