#include "packet.h"
#include <stdio.h>
Include dependency graph for packet.cpp:
Go to the source code of this file.
|
Definition at line 87 of file packet.cpp. References packetAttack::attack, packetAttack::dx, packetAttack::dy, packetAttack::dz, packetAttack::header, packetAttack::id, PKT_ATTACK, packetHeader::pktLen, packetHeader::pktType, packetAttack::x, packetAttack::y, and packetAttack::z. Referenced by Gne::sendAttackNT(). |
|
Definition at line 16 of file packet.cpp. References packetChatMsg::header, packetChatMsg::len, msgstruct::msg, packetChatMsg::msg, PKT_CHAT_MSG, packetHeader::pktLen, packetHeader::pktType, and msgstruct::playerid. Referenced by Gne::sendChatMsg(). |
|
Definition at line 31 of file packet.cpp. References packetConnect::header, PKT_CONNECTION_REQUEST, packetHeader::pktLen, packetHeader::pktType, and packetConnect::vid. Referenced by Gne::joinServer(). |
|
Definition at line 39 of file packet.cpp. References packetConnectionResponse::acceptionFlag, packetConnectionResponse::header, PKT_CONNECTION_RESPONSE, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::listen(). |
|
Definition at line 156 of file packet.cpp. References packetDealExtras::detype, packetDealExtras::flag, packetDealExtras::header, PKT_DEAL_EXTRAS, packetHeader::pktLen, packetHeader::pktType, packetDealExtras::x, and packetDealExtras::y. Referenced by Gne::dealExtras(). |
|
Definition at line 63 of file packet.cpp. References packetDisconnect::header, packetDisconnect::id, PKT_DISCONNECT, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::disconnect(). |
|
Definition at line 179 of file packet.cpp. References packetInfo::header, packetInfo::id, PKT_INFO, packetHeader::pktLen, packetHeader::pktType, packetInfo::valA, packetInfo::valB, and packetInfo::valC. Referenced by Gne::sendInfo(). |
|
Definition at line 125 of file packet.cpp. References packetPlayerAction::action, packetPlayerAction::header, packetPlayerAction::id, PKT_PLAYER_ACTION, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::setPlayerActionNT(). |
|
Definition at line 145 of file packet.cpp. References packetPlayerExtras::extras, packetPlayerExtras::header, packetPlayerExtras::id, PKT_PLAYER_EXTRAS, packetHeader::pktLen, packetHeader::pktType, and packetPlayerExtras::value. Referenced by Gne::setPlayerExtras(). |
|
Definition at line 47 of file packet.cpp. References packetPlayerInfo::header, packetPlayerInfo::id, packetPlayerInfo::name, PKT_PLAYER_INFO, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::joinServer(), and Gne::sendPlayer(). |
|
Definition at line 135 of file packet.cpp. References packetPlayerKilled::header, packetPlayerKilled::id, packetPlayerKilled::killer, PKT_PLAYER_KILLED, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::setPlayerDeath(). |
|
Definition at line 168 of file packet.cpp. References packetPlayerName::flag, packetPlayerName::header, packetPlayerName::id, packetPlayerName::name, PKT_PLAYER_NAME, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::setPlayerName(). |
|
Definition at line 72 of file packet.cpp. References packetPlayerPosition::angle, packetPlayerPosition::header, packetPlayerPosition::id, packetPlayerPosition::move, packetPlayerPosition::overwriteself, PKT_PLAYER_POSITION, packetHeader::pktLen, packetHeader::pktType, packetPlayerPosition::rotation, packetPlayerPosition::x, and packetPlayerPosition::y. Referenced by Gne::setPlayerPos(). |
|
Definition at line 113 of file packet.cpp. References packetPlayerScore::deaths, packetPlayerScore::frags, packetPlayerScore::header, packetPlayerScore::id, packetPlayerScore::kills, PKT_PLAYER_SCORE, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::setPlayerScore(). |
|
Definition at line 103 of file packet.cpp. References packetPlayerState::header, packetPlayerState::id, PKT_PLAYER_STATE, packetHeader::pktLen, packetHeader::pktType, and packetPlayerState::state. Referenced by Gne::setPlayerState(). |
|
Definition at line 56 of file packet.cpp. References packetRequestAllPlayersInfo::header, PKT_REQUEST_PLAYERS, packetHeader::pktLen, and packetHeader::pktType. Referenced by Gne::updatePlayersFromServer(). |
|
|