Page 1 of 1

Plugin custom event

Posted: Tue Nov 11, 2025 9:13 pm
by tolkien
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...

Re: Plugin custom event

Posted: Sun Nov 16, 2025 6:30 pm
by airsoftsoftwair
Sure, that's possible. You can register new event types using hw_RegisterEventHandlerEx() and then post events to the event queue using hw_PostEventEx().