struct _EEventHook — An event hook.
struct _EEventHook {
EPluginHook hook;
}; The EEventHook class loads and manages the meta-data required to track event listeners. Unlike other hook types, there is a 1:1 match between an EEventHook instance class and its EEvent instance.
When the hook is loaded, all of its event hooks are stored directly on the corresponding EEvent which is stored in its class static area.
The EEventHook class loads and manages the meta-data required to track event listeners. Unlike other hook types, there is a 1:1 match between an EEventHook instance class and its EEvent instance.
When the hook is loaded, all of its event hooks are stored directly on the corresponding EEvent which is stored in its class static area.