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

#include <PlayerInfo.hpp>

Inheritance diagram for Internal::PlayerInfo:
Internal::Object

Public Member Functions

 PlayerInfo (const void *Obj)
 
 PlayerInfo ()=default
 
 PlayerInfo (PlayerInfo &&Obj)=default
 
 PlayerInfo (const PlayerInfo &Obj)=default
 
PlayerInfooperator= (PlayerInfo &&Obj)=default
 
PlayerInfooperator= (const PlayerInfo &Obj)=default
 
std::vector< std::int32_t > GetEquipment () const
 
bool GetGender () const
 
std::int64_t GetHash () const
 
std::int64_t GetModelID () const
 
std::int32_t GetNPCModelID () 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 PlayerInfo.hpp.

Constructor & Destructor Documentation

◆ PlayerInfo() [1/4]

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

◆ PlayerInfo() [2/4]

Internal::PlayerInfo::PlayerInfo ( )
default

◆ PlayerInfo() [3/4]

Internal::PlayerInfo::PlayerInfo ( PlayerInfo &&  Obj)
default

◆ PlayerInfo() [4/4]

Internal::PlayerInfo::PlayerInfo ( const PlayerInfo Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::PlayerInfo::GetClass ( )
static

◆ GetEquipment()

std::vector<std::int32_t> Internal::PlayerInfo::GetEquipment ( ) const

◆ GetGender()

bool Internal::PlayerInfo::GetGender ( ) const

◆ GetHash()

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

◆ GetModelID()

std::int64_t Internal::PlayerInfo::GetModelID ( ) const

◆ GetNPCModelID()

std::int32_t Internal::PlayerInfo::GetNPCModelID ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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