Represents an event that can be emitted and listened to.
More...
#include <Event.hpp>
|
|
std::string | id |
| | Unique identifier for the event.
|
|
std::string | objectID |
| | Unique identifier for the object emitting the event.
|
|
std::string | name |
| | Name of the event.
|
|
int64_t | timestamp |
| | Timestamp of when the event was created (in milliseconds since epoch)
|
|
EventData | data |
| | Data associated with the event.
|
Represents an event that can be emitted and listened to.
The documentation for this struct was generated from the following file: