FSUIPC: Lua Tutorial |
|
Executing Lua Code There are two ways to get your Lua files going. Manually and Automatically. Each method has several ways of it's own.
Manual Code Execution You can assign any button, switch, key or lever to run a Lua file. In the example below, we have assigned a button to run a Lua file named "MyTestLua". file.
Automatic Code Execution The best way to get the same files running every time is to have them run automatically. This is accomplished several ways.
Stopping or Killing Code The best way is to assign the Kill function within FSUIPC. You can kill individual Lua files or all at the same time.
|
|
|