Hey.
I'm tweaking around with the Lua files of the game (SR3) and I've noticed that some functions are stripped and inaccessible. For example the io.* library, os.* library and require module function aren't in _G. Is there anyway I can access these as they are usually built hard into Lua unless null'ed by letting the GC clean it up.
Thanks.
I'm tweaking around with the Lua files of the game (SR3) and I've noticed that some functions are stripped and inaccessible. For example the io.* library, os.* library and require module function aren't in _G. Is there anyway I can access these as they are usually built hard into Lua unless null'ed by letting the GC clean it up.
Thanks.