#include <EventNet.H>
Public Member Functions | |
| EventNetMsg (EventRef e) | |
| EventNetMsg () | |
| virtual | ~EventNetMsg () |
| G3D::uint32 | type () const |
| void | serialize (BinaryOutput &b) const |
| void | deserialize (BinaryInput &b) |
Public Attributes | |
| EventRef | event |
| VRG3D::EventNetMsg::EventNetMsg | ( | EventRef | e | ) | [inline] |
| VRG3D::EventNetMsg::EventNetMsg | ( | ) | [inline] |
| virtual VRG3D::EventNetMsg::~EventNetMsg | ( | ) | [inline, virtual] |
| G3D::uint32 VRG3D::EventNetMsg::type | ( | ) | const [inline] |
| void VRG3D::EventNetMsg::serialize | ( | BinaryOutput & | b | ) | const [inline] |
References event.
| void VRG3D::EventNetMsg::deserialize | ( | BinaryInput & | b | ) | [inline] |
Referenced by serialize().
1.5.6