Releases: gm-core/event-horizon
Releases · gm-core/event-horizon
2.0.0
Updated for GameMaker: Studio 2.3!
As of this release, Event Horizon is only compatible with GMS2.3+.
Changes
- No more initialization step! Works out of the box with no config.
- Method support! All event handlers take methods now instead of user event numbers
event_add_listener()now only takes an event name and function to call- Of course, you can just call
event_user()in the handler function to keep using user events!
event_add_listener()now returns a Struct to be passed intoevent_remove_listener()for cleanup
1.0.0
This is the initial release of Event Horizon