Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetData.h File Reference
#include "Types.h"
#include "Geometry.h"
#include "Text.h"

Go to the source code of this file.

Classes

class  NetData
class  NetObjLoc
class  NetJoinRequest
class  NetJoinAnnounce
class  NetQuitAnnounce
class  NetDisconnect
class  NetObjDamage
class  NetObjKill
class  NetObjHyper
class  NetObjTarget
class  NetObjEmcon
class  NetSysDamage
class  NetSysStatus
class  NetWepTrigger
class  NetWepRelease
class  NetWepDestroy
class  NetCommMsg
class  NetChatMsg
class  NetElemRequest
class  NetElemCreate
class  NetShipLaunch
class  NetNavData
class  NetNavDelete
class  NetSelfDestruct

Variables

const BYTE NET_PING = 0x01
const BYTE NET_PONG = 0x02
const BYTE NET_OBJ_LOC = 0x03
const BYTE NET_JOIN_REQUEST = 0x10
const BYTE NET_JOIN_ANNOUNCE = 0x11
const BYTE NET_QUIT_REQUEST = 0x12
const BYTE NET_QUIT_ANNOUNCE = 0x13
const BYTE NET_KICK_REQUEST = 0x14
const BYTE NET_KICK_ANNOUNCE = 0x15
const BYTE NET_GAME_OVER = 0x16
const BYTE NET_COMM_MESSAGE = 0x17
const BYTE NET_CHAT_MESSAGE = 0x18
const BYTE NET_DISCONNECT = 0x19
const BYTE NET_OBJ_DAMAGE = 0x20
const BYTE NET_OBJ_KILL = 0x21
const BYTE NET_OBJ_SPAWN = 0x22
const BYTE NET_OBJ_HYPER = 0x23
const BYTE NET_OBJ_TARGET = 0x24
const BYTE NET_OBJ_EMCON = 0x25
const BYTE NET_SYS_DAMAGE = 0x26
const BYTE NET_SYS_STATUS = 0x27
const BYTE NET_ELEM_CREATE = 0x28
const BYTE NET_SHIP_LAUNCH = 0x29
const BYTE NET_NAV_DATA = 0x2A
const BYTE NET_NAV_DELETE = 0x2B
const BYTE NET_ELEM_REQUEST = 0x2C
const BYTE NET_WEP_TRIGGER = 0x30
const BYTE NET_WEP_RELEASE = 0x31
const BYTE NET_WEP_DESTROY = 0x32
const BYTE NET_SELF_DESTRUCT = 0x3F

Variable Documentation

const BYTE NET_CHAT_MESSAGE = 0x18

Definition at line 40 of file NetData.h.

const BYTE NET_COMM_MESSAGE = 0x17

Definition at line 39 of file NetData.h.

const BYTE NET_DISCONNECT = 0x19

Definition at line 41 of file NetData.h.

const BYTE NET_ELEM_CREATE = 0x28

Definition at line 52 of file NetData.h.

const BYTE NET_ELEM_REQUEST = 0x2C

Definition at line 56 of file NetData.h.

const BYTE NET_GAME_OVER = 0x16

Definition at line 38 of file NetData.h.

const BYTE NET_JOIN_ANNOUNCE = 0x11

Definition at line 33 of file NetData.h.

const BYTE NET_JOIN_REQUEST = 0x10

Definition at line 32 of file NetData.h.

const BYTE NET_KICK_ANNOUNCE = 0x15

Definition at line 37 of file NetData.h.

const BYTE NET_KICK_REQUEST = 0x14

Definition at line 36 of file NetData.h.

const BYTE NET_NAV_DATA = 0x2A

Definition at line 54 of file NetData.h.

const BYTE NET_NAV_DELETE = 0x2B

Definition at line 55 of file NetData.h.

const BYTE NET_OBJ_DAMAGE = 0x20

Definition at line 43 of file NetData.h.

const BYTE NET_OBJ_EMCON = 0x25

Definition at line 48 of file NetData.h.

const BYTE NET_OBJ_HYPER = 0x23

Definition at line 46 of file NetData.h.

const BYTE NET_OBJ_KILL = 0x21

Definition at line 44 of file NetData.h.

const BYTE NET_OBJ_LOC = 0x03

Definition at line 28 of file NetData.h.

const BYTE NET_OBJ_SPAWN = 0x22

Definition at line 45 of file NetData.h.

const BYTE NET_OBJ_TARGET = 0x24

Definition at line 47 of file NetData.h.

const BYTE NET_PING = 0x01

Definition at line 26 of file NetData.h.

const BYTE NET_PONG = 0x02

Definition at line 27 of file NetData.h.

const BYTE NET_QUIT_ANNOUNCE = 0x13

Definition at line 35 of file NetData.h.

const BYTE NET_QUIT_REQUEST = 0x12

Definition at line 34 of file NetData.h.

const BYTE NET_SELF_DESTRUCT = 0x3F

Definition at line 62 of file NetData.h.

const BYTE NET_SHIP_LAUNCH = 0x29

Definition at line 53 of file NetData.h.

const BYTE NET_SYS_DAMAGE = 0x26

Definition at line 49 of file NetData.h.

const BYTE NET_SYS_STATUS = 0x27

Definition at line 50 of file NetData.h.

const BYTE NET_WEP_DESTROY = 0x32

Definition at line 60 of file NetData.h.

const BYTE NET_WEP_RELEASE = 0x31

Definition at line 59 of file NetData.h.

const BYTE NET_WEP_TRIGGER = 0x30

Definition at line 58 of file NetData.h.