09-19-2015, 08:54 AM
Maintainability is my main worry, but it gets rid of a lot typing. At the moment even with cBroadcastManager involves writing an identical function for each broadcast packet. With higher order macros, you can get writing those glue functions down to just a list of parameters and names.
Maybe a generator would be more maintainable, its just lua is not good at text.
Maybe a generator would be more maintainable, its just lua is not good at text.