Select Git revision
Forked from
STJr / SRB2
5185 commits behind the upstream repository.

James R. authored
* Hooks are no longer a mess of lua boiler plate. Helper functions reduce hooks to, at the most basic level, only two calls. * Lua tables (the array part) are used to index hooks. Such tables contain only hooks of the same type. * Hook types are defined in one place so you no longer need to sync up the enum and name array.
lua_hook.h 4.85 KiB