I discovered that args uses a raw tag 0x10 that is different from regular lists 0x0F. Just these little changes add the ability to use lists passed in as args in auxtools (e.g. auxtools_hook(args)). Seemed to work fine when I tested it in auxlua, but feel free to subject it to more rigorous testing if you want.
I discovered that
args
uses a raw tag0x10
that is different from regular lists0x0F
. Just these little changes add the ability to use lists passed in asargs
in auxtools (e.g.auxtools_hook(args)
). Seemed to work fine when I tested it in auxlua, but feel free to subject it to more rigorous testing if you want.Edit: Also adds support to the other list types.