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

#include <AttackOption.hpp>

Inheritance diagram for Internal::AttackOption:
Internal::Object

Public Member Functions

 AttackOption (const void *Obj)
 
 AttackOption ()=default
 
 AttackOption (AttackOption &&Obj)=default
 
 AttackOption (const AttackOption &Obj)=default
 
AttackOptionoperator= (AttackOption &&Obj)=default
 
AttackOptionoperator= (const AttackOption &Obj)=default
 
std::int32_t GetType () 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 10 of file AttackOption.hpp.

Constructor & Destructor Documentation

◆ AttackOption() [1/4]

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

◆ AttackOption() [2/4]

Internal::AttackOption::AttackOption ( )
default

◆ AttackOption() [3/4]

Internal::AttackOption::AttackOption ( AttackOption &&  Obj)
default

◆ AttackOption() [4/4]

Internal::AttackOption::AttackOption ( const AttackOption Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::AttackOption::GetClass ( )
static

◆ GetType()

std::int32_t Internal::AttackOption::GetType ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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