pzstorm / storm

Java modding toolchain for Project Zomboid.
GNU General Public License v3.0
48 stars 13 forks source link

OnLuaFilesLoaded event #28

Open matshou opened 3 years ago

matshou commented 3 years ago

This event would trigger in LuaManager.LoadDirBase() after last LoadDirBase(string) method call.

storm_event

matshou commented 3 years ago

Related to issue #29

aiteron commented 3 years ago

about adding event that pz lua files loaded. Better add event with argument in LuaManager.LoadDirBase(string str) at end. Because client+shared and server loads in different ways Argument for event - is argument of this func (string (client/shared/server) image

aiteron commented 3 years ago

Issue is not relevant now (why - read new description of #26)