Ameliorate / buildengine5

BYOND-like engine for tile based games like Space Station 13.
http://buildstation.proboards.com/
MIT License
3 stars 0 forks source link

Create an events system for the lua scripting engine #15

Closed Ameliorate closed 8 years ago

Ameliorate commented 8 years ago

The difference between a trait and an event would be that an event is global: you can't choose which implementation is used, while with a trait, you can choose.

One place this would be used is the networking packet hooks. This would be where you could put some sort of anti-cheat subsystem.