Plugin custom event

Discuss questions about plugin development with the Hollywood SDK here
Post Reply
tolkien
Posts: 195
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Plugin custom event

Post 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...
User avatar
airsoftsoftwair
Posts: 5856
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Plugin custom event

Post 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().
Post Reply