|
> I'd like to ask if there is an (easy) way to intercept invocation of a normal Lua function? If it's a single or a few functions, just redefined them as posted earlier. If the functions are part of a table, then you can try defining an index metamethod for it.