sdphantom
Full Member
Savior and Destroyer
Posts: 230
|
Post by sdphantom on Nov 16, 2005 3:55:38 GMT -5
If anyone's curious as to what the Lua core can do and what functions are already in it, here's a PDF with the entire Lua 5.0 documentation. DownloadIf I remember right, Tiny disabled the loadlib() function to prevent loading DLLs into the scripts. I'm not sure about everything else, but the functions I have used from the core Lua have all worked.
|
|
|
Post by TinyTerror on Nov 16, 2005 8:14:58 GMT -5
Yeah, loadlib is the only one I turned off. Everything else should still work. Because of this, it is important that you always check out scripts before you load them.
|
|