NetStringEvent
Engine/source/sim/connectionStringTable.cpp
Public Types
Parent
Private Attributes
Public Functions
NetStringEvent(U32 index, NetStringHandle string)
notifyDelivered(NetConnection * ps, bool madeit)
pack(NetConnection * , BitStream * bstream)
process(NetConnection * connection)
unpack(NetConnection * , BitStream * bstream)
write(NetConnection * , BitStream * bstream)
Detailed Description
Public Types
typedef NetEvent Parent
Private Attributes
U32 mIndex
NetStringHandle mString
Public Functions
NetStringEvent(U32 index, NetStringHandle string)
DECLARE_CONOBJECT(NetStringEvent )
notifyDelivered(NetConnection * ps, bool madeit)
Reimplemented from: NetEvent
pack(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent
process(NetConnection * connection)
Reimplemented from: NetEvent
unpack(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent
write(NetConnection * , BitStream * bstream)
Reimplemented from: NetEvent