LUA API v2 - xAranaktu/FC-24-Live-Editor GitHub Wiki
FC LIVE EDITOR LUA v2 DOCUMENTATION
FC Live Editor is using Lua 5.4.6 as main scripting language.
You can execute lua code by opening Features -> Lua Engine -> execute.
What's new in v2?
The biggest improvements since previous version of my LUA API are:
- OOP
- Improved database operations performance
- Events
Global Variables
Global Objects
LE_VERSION
A global variable (not a function) that holds a string containing the running Live Editor version.