Is there a way to send a plugin custom event out of the plugin that can be verified with WaitEvent()?
Dont really know if I need It but probably...
Plugin custom event
- airsoftsoftwair
- Posts: 5856
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Plugin custom event
Sure, that's possible. You can register new event types using hw_RegisterEventHandlerEx() and then post events to the event queue using hw_PostEventEx().