AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <HealthBar.hpp>
Public Member Functions | |
HealthBar (const void *Obj) | |
HealthBar ()=default | |
HealthBar (HealthBar &&Obj)=default | |
HealthBar (const HealthBar &Obj)=default | |
HealthBar & | operator= (HealthBar &&Obj)=default |
HealthBar & | operator= (const HealthBar &Obj)=default |
std::int32_t | GetHealthRatio () const |
std::int32_t | GetTick () const |
Public Member Functions inherited from Internal::Node | |
Node (const void *Obj) | |
Node ()=default | |
Node (Node &&Obj)=default | |
Node (const Node &Obj)=default | |
Node & | operator= (Node &&Obj)=default |
Node & | operator= (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) | |
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 () |
Static Public Member Functions | |
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 |
Definition at line 10 of file HealthBar.hpp.
Internal::HealthBar::HealthBar | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
|
static |
std::int32_t Internal::HealthBar::GetHealthRatio | ( | ) | const |
std::int32_t Internal::HealthBar::GetTick | ( | ) | const |