ManaPlus
Namespaces | Typedefs | Enumerations
packettype.h File Reference

(986a3bf)

#include "enums/simpletypes/enumdefines.h"

Go to the source code of this file.

Namespaces

 PacketType
 

Typedefs

typedef PacketType ::T PacketTypeT
 

Enumerations

enum  PacketType::T {
  PacketType::PACKET_CHAT = 0 , PacketType::PACKET_PICKUP = 1 , PacketType::PACKET_DROP = 2 , PacketType::PACKET_NPC_NEXT = 3 ,
  PacketType::PACKET_NPC_TALK = 4 , PacketType::PACKET_NPC_INPUT = 5 , PacketType::PACKET_EMOTE = 6 , PacketType::PACKET_SIT = 7 ,
  PacketType::PACKET_DIRECTION = 8 , PacketType::PACKET_ATTACK = 9 , PacketType::PACKET_STOPATTACK = 10 , PacketType::PACKET_ONLINELIST = 11 ,
  PacketType::PACKET_WHISPER = 12 , PacketType::PACKET_SIZE
}
 

Typedef Documentation

◆ PacketTypeT

typedef PacketType ::T PacketTypeT

Definition at line 44 of file packettype.h.