SNetObjectID

#include

Public Types

typedef uint16 SNetObjectID::* safe_bool_idiom_type

Public Member Functions

SNetObjectID (uint16 i, uint16 s)
ILINE bool operator! () const
ILINE operator safe_bool_idiom_type () const
ILINE bool operator!= (const SNetObjectID &rhs) const
ILINE bool operator== (const SNetObjectID &rhs) const
ILINE bool operator< (const SNetObjectID &rhs) const
ILINE bool operator> (const SNetObjectID &rhs) const
bool IsLegal () const
const char * GetText (char *tmpBuf=0) const
uint32 GetAsUint32 () const
void GetMemoryUsage (ICrySizer *pSizer) const

Public Attributes

uint16 id
uint16 salt
AUTO_STRUCT_INFO

Static Public Attributes

static const uint16 InvalidId = ~uint16(0)

Detailed Description

Network identifier for an object that has been bound to the network Each application instance will maintain a map to look up entity identifiers to their networked identifiers.