AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <PlayerManager.hpp>
Public Member Functions | |
PlayerManager (const void *Obj) | |
PlayerManager ()=default | |
PlayerManager (PlayerManager &&Obj)=default | |
PlayerManager (const PlayerManager &Obj)=default | |
PlayerManager & | operator= (PlayerManager &&Obj)=default |
PlayerManager & | operator= (const PlayerManager &Obj)=default |
FriendList | GetFriendList () const |
IgnoreList | GetIgnoreList () 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 () |
Additional Inherited Members | |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Definition at line 11 of file PlayerManager.hpp.
Internal::PlayerManager::PlayerManager | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
|
static |
FriendList Internal::PlayerManager::GetFriendList | ( | ) | const |
IgnoreList Internal::PlayerManager::GetIgnoreList | ( | ) | const |
|
default |
|
default |