LuaToolkit icon indicating copy to clipboard operation
LuaToolkit copied to clipboard

local variables not always declared

Open ferib opened this issue 2 years ago • 0 comments

Due to the way lua bytecode works it doesn't have to define the usage of a local variable, unlike Lua script. This causes some issues when decompiling as the definition is not there, making the decompiled script invalid.

ferib avatar Feb 14 '23 22:02 ferib