LUA API v2 - xAranaktu/FC-25-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
- HTTP Requests
Global Variables
Global Objects
Other
- Transfer Ban Manager
- Aardbark Manager
- Gameplay Attribulator
- Game Localization Manager
- Player Development Manager
LE_VERSION
A global variable (not a function) that holds a string containing the running Live Editor version.