Go to the source code of this file.
| enum | event_type { EVENT_SYS_ELEVATE_REQUEST = 0, EVENT_AION_GROUP_UPDATE = 100, EVENT_AION_AP_UPDATE = 101, EVENT_AION_INVENTORY_FULL = 102, EVENT_AION_LOOT_RIGHTS = 103 } |
| typedef void | event_callback_t (enum event_type ev) |
| void | event_register (event_callback_t *event_cb) |
| void | event_signal (enum event_type event) |
| typedef void event_callback_t(enum event_type ev) |
The event callback function declaration
| enum event_type |
1.8.4