• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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
 
Top