An event used to send a DR vector to the given entity. More...
#include <CSobDREvent.h>
Inherits WWCOMMON::ISobEvent.
Public Member Functions | |
| NLMISC_DECLARE_CLASS (CSobDREvent) | |
| CSobDREvent () | |
| virtual | ~CSobDREvent () |
| virtual void | serial (NLMISC::IStream &f) |
Public Attributes | |
| NLMISC::CVector | Position |
| float | Yaw |
| float | YawVelocity |
| double | DrTime |
Static Public Attributes | |
| static const uint16 | CSobDREventID = ISobEventID + 2 |
An event used to send a DR vector to the given entity.
At the moment not an event in and of itself. Sent with motion events.
Definition at line 58 of file CSobDREvent.h.
| WWCOMMON::CSobDREvent::CSobDREvent | ( | ) |
Definition at line 51 of file CSobDREvent.cpp.
References CSobDREventID, and WWCOMMON::IGameEvent::m_ID.
| WWCOMMON::CSobDREvent::~CSobDREvent | ( | ) | [virtual] |
Definition at line 55 of file CSobDREvent.cpp.
| WWCOMMON::CSobDREvent::NLMISC_DECLARE_CLASS | ( | CSobDREvent | ) |
Reimplemented from WWCOMMON::ISobEvent.
| void WWCOMMON::CSobDREvent::serial | ( | NLMISC::IStream & | f | ) | [virtual] |
Reimplemented from WWCOMMON::ISobEvent.
Definition at line 59 of file CSobDREvent.cpp.
References DrTime, Position, NLMISC::IStream::serial(), Yaw, and YawVelocity.
const uint16 WWCOMMON::CSobDREvent::CSobDREventID = ISobEventID + 2 [static] |
Definition at line 60 of file CSobDREvent.h.
Referenced by CSobDREvent().
Definition at line 72 of file CSobDREvent.h.
Referenced by WWCOMMON::CClientMotionHandler::handleDREvent(), and serial().
Definition at line 69 of file CSobDREvent.h.
Referenced by WWCOMMON::CClientMotionHandler::handleDREvent(), and serial().
Definition at line 70 of file CSobDREvent.h.
Referenced by WWCOMMON::CClientMotionHandler::handleDREvent(), and serial().
Definition at line 71 of file CSobDREvent.h.
Referenced by WWCOMMON::CClientMotionHandler::handleDREvent(), and serial().
1.6.1