GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

Object to Object Events #376

Closed greenfire27 closed 8 years ago

greenfire27 commented 8 years ago

This new feature is designed to replace the old event manager. Now any object can post and listen to events from any other object directly. There's no need to step up a queue or register events. Simply set one object to listen to another and then post events as needed.