silentbicycle / lua-endhook

Lua library to run a hook after the main script is read

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endhook.hook sets a hook to run when a standalone Lua script has
finished. This way, simple config scripts no longer need e.g.
(whatever library).start() at the end.

For example usage, see the test script.

About

Lua library to run a hook after the main script is read


Languages

Language:Lua 100.0%