![]() |
Public API Reference |
![]() |
Structure that collects the data a command event carries. More...
#include <iutil/event.h>
Public Attributes | |
uint | Code |
Command code. | |
intptr_t | Info |
Command info. |
Structure that collects the data a command event carries.
The event it self doesn't transfer the data in this structure; it is merely meant to pass around command event data in a compact way within client code without having to pass around the event itself.
intptr_t csCommandEventData::Info |