mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2026-07-16 14:32:32 +00:00
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_config.schema.json",
|
|
"name": "DCS World",
|
|
"words": [
|
|
"onEvent",
|
|
"world%.addEventHandler",
|
|
"Unit%.getByName",
|
|
"Group%.getByName",
|
|
"trigger%.action",
|
|
"trigger%.misc",
|
|
"coalition%.",
|
|
"timer%.getTime",
|
|
"mist%.",
|
|
"DCS"
|
|
],
|
|
"files": [
|
|
"mist_.+%.lua",
|
|
".+%.miz"
|
|
],
|
|
"settings": {
|
|
"Lua.diagnostics.globals" : [
|
|
"lfs",
|
|
"io",
|
|
"os",
|
|
"mist",
|
|
"log"
|
|
]
|
|
}
|
|
}
|