SetMissionCRCEvent
Engine/source/T3D/gameBase/gameConnectionEvents.h
Public Types
Parent
Public Functions
SetMissionCRCEvent(U32 crc)
pack(NetConnection * , BitStream * bstream)
process(NetConnection * con)
unpack(NetConnection * , BitStream * bstream)
write(NetConnection * con, BitStream * bstream)
Detailed Description
Public Types
typedef NetEvent Parent
Private Attributes
U32 mCrc
Public Functions
SetMissionCRCEvent(U32 crc)
DECLARE_CONOBJECT(SetMissionCRCEvent )
pack(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent
process(NetConnection * con)
Reimplemented from: NetEvent
unpack(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent
write(NetConnection * con, BitStream * bstream)
Reimplemented from: NetEvent