AlpacaLibary
1.63
A closed source C++ bot for OSRS
NPC.hpp
Go to the documentation of this file.
1
#ifndef NPC_HPP_INCLUDED
2
#define NPC_HPP_INCLUDED
3
4
#include "
Character.hpp
"
5
#include "../JavaClass/Class.hpp"
6
#include "
NPCInfo.hpp
"
7
8
namespace
Internal
9
{
10
class
NPC
:
public
Character
11
{
12
public
:
13
NPC
(
const
void
*
Obj
);
14
15
NPC
() =
default
;
16
NPC
(
NPC
&&
Obj
) =
default
;
17
NPC
(
const
NPC
&
Obj
) =
default
;
18
NPC
&
operator=
(
NPC
&&
Obj
) =
default
;
19
NPC
&
operator=
(
const
NPC
&
Obj
) =
default
;
20
21
static
Class
GetClass
();
22
23
NPCInfo
GetNPCInfo
()
const
;
24
25
};
26
}
27
28
#endif
// NPC_HPP_INCLUDED
Character.hpp
NPCInfo.hpp
Internal::Character
Definition:
Character.hpp:14
Internal::Class
Definition:
Class.hpp:9
Internal::NPC
Definition:
NPC.hpp:11
Internal::NPC::operator=
NPC & operator=(const NPC &Obj)=default
Internal::NPC::GetClass
static Class GetClass()
Internal::NPC::NPC
NPC(const NPC &Obj)=default
Internal::NPC::NPC
NPC(const void *Obj)
Internal::NPC::GetNPCInfo
NPCInfo GetNPCInfo() const
Internal::NPC::operator=
NPC & operator=(NPC &&Obj)=default
Internal::NPC::NPC
NPC(NPC &&Obj)=default
Internal::NPC::NPC
NPC()=default
Internal::NPCInfo
Definition:
NPCInfo.hpp:13
Internal::Object::Obj
void * Obj
Definition:
Object.hpp:12
Internal
Definition:
AbstractBufferProvider.hpp:10
Include
Core
Classes
NPC.hpp
Generated by
1.9.1