I'll be honest, these Lua files are wild.
Basically, I'll need to scan complex assignments, E.G:
lua ISInventoryMenuElements = ISInventoryMenuElements or {};
I'll need to also look at a static new(..) method for tables, involving a self reference inside of them.
I'll be honest, these Lua files are wild.
Basically, I'll need to scan complex assignments, E.G:
lua ISInventoryMenuElements = ISInventoryMenuElements or {};I'll need to also look at a static
new(..)method for tables, involving aselfreference inside of them.