GhostAlwaysObjectEvent
Engine/source/sim/netGhost.cpp
Public Types
Parent
Private Attributes
Public Functions
GhostAlwaysObjectEvent(NetObject * obj, U32 index)
pack(NetConnection * ps, BitStream * bstream)
process(NetConnection * ps)
unpack(NetConnection * ps, BitStream * bstream)
write(NetConnection * ps, BitStream * bstream)
Detailed Description
Public Types
typedef NetEvent Parent
Private Attributes
U32 ghostIndex
NetObject * object
SimObjectId objectId
bool validObject
Public Functions
GhostAlwaysObjectEvent(NetObject * obj, U32 index)
~GhostAlwaysObjectEvent()
DECLARE_CONOBJECT(GhostAlwaysObjectEvent )
pack(NetConnection * ps, BitStream * bstream)
Reimplemented from: NetEvent
process(NetConnection * ps)
Reimplemented from: NetEvent
unpack(NetConnection * ps, BitStream * bstream)
Reimplemented from: NetEvent
write(NetConnection * ps, BitStream * bstream)
Reimplemented from: NetEvent