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