src/engine/eNetGameObject.h File Reference

#include "nNetObject.h"
#include "eGameObject.h"
#include "tCallback.h"

Include dependency graph for eNetGameObject.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eNetGameObject
class  eTransferInhibitor

Functions

nMessageoperator<< (nMessage &m, const eCoord &x)
nMessageoperator>> (nMessage &m, eCoord &x)

Variables

int sn_pingCharityServer


Function Documentation

nMessage& operator<< ( nMessage m,
const eCoord &  x 
)

Definition at line 355 of file eNetGameObject.cpp.

00355                                                     {
00356     m << x.x;
00357     m << x.y;
00358 
00359     return m;
00360 }

nMessage& operator>> ( nMessage m,
eCoord &  x 
)

Definition at line 362 of file eNetGameObject.cpp.

00362                                               {
00363     m >> x.x;
00364     m >> x.y;
00365 
00366     return m;
00367 }


Variable Documentation

int sn_pingCharityServer

Referenced by eTimer::ReadSync(), eNetGameObject::ReceiveControlNet(), se_GetPing(), and ePlayerNetID::Update().


Generated on Sat Mar 15 22:57:32 2008 for Armagetron Advanced by  doxygen 1.5.4