Message System in Dialog System
Posted: Wed Nov 25, 2020 4:19 am
I just noticed that there's an entire message system built in to the Dialog System.
Can I use this to pass messages between my game objects as well, replacing the message system I am currently using? One principle in software development is to avoid unnecessary complexity, so if possible I'd like to use one message system and not two.
So can the message system send arbitrary messages? How to subscribe to them and emit events? The documentation is a bit sparse in that.
Can I use this to pass messages between my game objects as well, replacing the message system I am currently using? One principle in software development is to avoid unnecessary complexity, so if possible I'd like to use one message system and not two.
So can the message system send arbitrary messages? How to subscribe to them and emit events? The documentation is a bit sparse in that.