Configuring Luac

TICS uses the Luac compiler for checking Compiler Warnings.

Basic configuration

Syntax

The following property has to be declared either on SERVER or PROJECT level:

'TOOLS' => {
  'luac' => {
    'PATH' => 'The path of the luac compiler',
  }
}

Example:

'TOOLS' => {
  'luac' => {
    'PATH' => 'C:/Program Files/lua/luac.exe',
  }
}