YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PacketType.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_PACKETTYPE_HPP
2
# define YAPOG_PACKETTYPE_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/IntTypes.hpp
"
6
7
namespace
yap
8
{
9
enum class
YAPOG_LIB
PacketType
:
Int16
10
{
11
// reserved
12
None = 0,
13
14
// from client to server
15
ClientRequestLogin
,
16
ClientRequestRegistration
,
17
ClientInfoDeconnection
,
18
19
ClientRequestStartInfo
,
20
21
ClientInfoApplyForce
,
22
23
ClientInfoGameInput
,
24
25
ClientInfoGameMessage
,
26
27
// from server to client
28
ServerInfoLoginValidation
,
29
ServerInfoRegistrationValidation
,
30
ServerInfoLoginError
,
31
ServerInfoRegistrationError
,
32
33
ServerInfoPrimaryData
,
34
35
ServerInfoChangeMap
,
36
37
ServerInfoSetUserPlayer
,
38
39
ServerInfoUpdateObjectState
,
40
ServerInfoObjectMoveInfo
,
41
42
ServerInfoAddObject
,
43
ServerInfoRemoveObject
,
44
45
ServerInfoGameMessage
,
46
47
ServerInfoTriggerBattle
,
48
49
ServerInfoPokemonTeam
,
50
51
ServerInfoChangeMoney
52
};
53
}
// namespace yap
54
55
#endif // YAPOG_PACKETTYPE_HPP
YAPOG
include
YAPOG
System
Network
PacketType.hpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1