[Snippet] Priority Event

Added support for iterating over functions inside of a PriorityEvent. They are iterated over in correct order too =).


This will allow you to mix PriorityEvents with Events (once I add support), other PriorityEvents, and DynamicPriorityEvents (once I add support). I plan to also do DynamicEvents with that support so that you can mix everything together.

Example of iteration included in API
 
Back
Top