Urho3D::RemoteEvent Struct Reference
Urho3D::RemoteEvent Struct Reference
Queued remote event. More...
#include <Urho3D/Network/Connection.h>
Collaboration diagram for Urho3D::RemoteEvent:
Public Attributes | |
| unsigned | senderID_ |
| Remote sender node ID (0 if not a remote node event.) | |
| StringHash | eventType_ |
| Event type. | |
| VariantMap | eventData_ |
| Event data. | |
| bool | inOrder_ |
| In order flag. | |
Detailed Description
Queued remote event.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Network/Connection.h
