mesecons/mesecons_luacontroller
cheapie 9904be9160 Add library support to Luacontrollers
This allows mods to provide their own libraries that can be accessed from within a Luacontroller, for example to make working with advanced digilines peripherals somewhat easier.
Libraries can be added to the mesecon.luacontroller_libraries table, and then the code running in the Luacontroller can use require() to request one. require() will return nil if the library is not present.
2021-03-21 00:56:38 -05:00
..
doc/luacontroller Optimize images (#464) 2019-06-27 22:33:11 +03:00
textures Optimize images (#464) 2019-06-27 22:33:11 +03:00
init.lua Add library support to Luacontrollers 2021-03-21 00:56:38 -05:00
mod.conf Use mod.conf for dependencies (#492) 2020-06-27 02:26:14 +03:00