What is the Translator
Contents
The Translator is our Lua development environment, where you will build and test the logic for your interfaces. It has been designed to make scripting simple and transparent. Our annotations, auto-completion, sample data and built-in help combine to make scripting easy, both for newbies and experienced programmers alike.
The main sections of the Translator are:
- The Toolbar: Use it to work with sample data, save milestones, toggle autoexecution etc.
- The Project Files panel: Where you manage the files in your project.
- The Editor: Where you write and test Lua scripts.
- The Thumbnail view: A small clickable view of the editor to navigate through your script.
For More Information
Continue: What is a Channel