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

#include <Talkable.hpp>

Inheritance diagram for Internal::Talkable:
Internal::Nameable Internal::Object Internal::ClanMember Internal::Friend

Public Member Functions

 Talkable (const void *Obj)
 
 Talkable ()=default
 
 Talkable (Talkable &&Obj)=default
 
 Talkable (const Talkable &Obj)=default
 
Talkableoperator= (Talkable &&Obj)=default
 
Talkableoperator= (const Talkable &Obj)=default
 
std::int32_t GetRank () const
 
std::int32_t GetWorld () const
 
- Public Member Functions inherited from Internal::Nameable
 Nameable (const void *Obj)
 
 Nameable ()=default
 
 Nameable (Nameable &&Obj)=default
 
 Nameable (const Nameable &Obj)=default
 
Nameableoperator= (Nameable &&Obj)=default
 
Nameableoperator= (const Nameable &Obj)=default
 
NamePair GetNamePair () 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 ()
 
- Static Public Member Functions inherited from Internal::Nameable
static Class GetClass ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 10 of file Talkable.hpp.

Constructor & Destructor Documentation

◆ Talkable() [1/4]

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

◆ Talkable() [2/4]

Internal::Talkable::Talkable ( )
default

◆ Talkable() [3/4]

Internal::Talkable::Talkable ( Talkable &&  Obj)
default

◆ Talkable() [4/4]

Internal::Talkable::Talkable ( const Talkable Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::Talkable::GetClass ( )
static

◆ GetRank()

std::int32_t Internal::Talkable::GetRank ( ) const

◆ GetWorld()

std::int32_t Internal::Talkable::GetWorld ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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