mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2025-11-10 15:48:52 +00:00
Add Controller:hasTask. Add function net.load_mission, net.load_next_mission, net.get_stat, net.send_chat, net.send_chat_to Add id_ field for all object Add Unit:enableEmission, Unit:getDescentCapacity, Unit:getNearestCargos
26 lines
546 B
JSON
26 lines
546 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"
|
|
],
|
|
"files": [
|
|
"mist_.+%.lua",
|
|
".+%.miz"
|
|
],
|
|
"settings": {
|
|
"Lua.diagnostics.globals" : [
|
|
"lfs",
|
|
"io",
|
|
"os",
|
|
"mist",
|
|
"log"
|
|
]
|
|
}
|
|
}
|