cocolabs / pz-zdoc

ZomboidDoc is a Lua library compiler for Project Zomboid.
GNU General Public License v3.0
26 stars 10 forks source link

Compile Lua events in library #69

Open matshou opened 3 years ago

matshou commented 3 years ago

Lua events should be listed as members of new Events table. All events are listed in zombie.Lua.LuaEventManager#AddEvents().

Much like exposed methods and classes all events should be included in compiled library.