- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Complete list of Lua functions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-02-2011 07:36 AM
Hello!
Solved! Go to Solution.
Re: Complete list of Lua functions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-02-2011 09:28 AM
the functions available to you in Lua fall into two categories:
1. functions added to the Lua engine by Logitech. these are documented in the Scripting API that can be accessed via the script editor Help menu.
2. functions that came with the Lua engine (i.e. built-in functions not written by Logitech). these are documented in the Lua Online Reference that can be accessed via the script editor Help menu.
all of the basic built-in functions described in the Lua Online Reference are available in Logitech's implementation, with the exception of the following packages: file.*, io.*, os.*, package.* and possibly debug.*. I know for sure that debug.traceback() will crash the software, but other debug functions may work.
there are no functions built into Lua that give you direct access to Windows DLL exports, and Logitech doesn't provide any wrapper functions for that either. any such code wouldn't work on the Mac version of the software anyway.
-ken
I do not work for Logitech. I'm just a user.
Re: Complete list of Lua functions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-11-2011 03:30 PM
you may find info here www.g13logitech.com
Re: Complete list of Lua functions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2011 03:04 PM
Your link is not helpful at all, it just brings up a site with poorly worded reviews.
Re: Complete list of Lua functions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-23-2011 02:13 PM
haha ya that site is pretty bad
