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

#include <World.hpp>

Inheritance diagram for Internal::World:
Internal::Object

Public Member Functions

 World (const void *Obj)
 
 World ()=default
 
 World (World &&Obj)=default
 
 World (const World &Obj)=default
 
Worldoperator= (World &&Obj)=default
 
Worldoperator= (const World &Obj)=default
 
std::string GetActivity () const
 
std::string GetAddress () const
 
std::int32_t GetID () const
 
std::int32_t GetIndex () const
 
std::int32_t GetLocation () const
 
std::int32_t GetMask () const
 
std::int32_t GetPlayerCount () 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 World.hpp.

Constructor & Destructor Documentation

◆ World() [1/4]

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

◆ World() [2/4]

Internal::World::World ( )
default

◆ World() [3/4]

Internal::World::World ( World &&  Obj)
default

◆ World() [4/4]

Internal::World::World ( const World Obj)
default

Member Function Documentation

◆ GetActivity()

std::string Internal::World::GetActivity ( ) const

◆ GetAddress()

std::string Internal::World::GetAddress ( ) const

◆ GetClass()

static Class Internal::World::GetClass ( )
static

◆ GetID()

std::int32_t Internal::World::GetID ( ) const

◆ GetIndex()

std::int32_t Internal::World::GetIndex ( ) const

◆ GetLocation()

std::int32_t Internal::World::GetLocation ( ) const

◆ GetMask()

std::int32_t Internal::World::GetMask ( ) const

◆ GetPlayerCount()

std::int32_t Internal::World::GetPlayerCount ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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