Eyeon:Script/Reference/Language
From VFXPedia
Contents |
Language Reference
A complete description of the Lua scripting language can be found here. The basics are covered below.
Operators
This page describes the various symbols (e.g. + - ..) used to evaluate mathematical, boolean and string expressions.
Variables
The fundamentals you need to know about using values in variables.
Tables
Tables are containers for multiple values, and are very useful things.
Statements
About the basic statements in Lua, e.g. if/then/else/end, for/do/end, while/do/end.
Functions
What is a function? How does one use it? Important stuff.
Syntax
A formal Backus-Naur syntax description of the Lua language.