Compare commits

...
3 Commits
Author SHA1 Message Date
dutchie031 4712330faa Updated typo
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 55s
2026-09-14 12:27:11 +02:00
dutchie031 77ed355011 added trigger zones to mission table
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 56s
2026-09-14 12:06:37 +02:00
dutchie031 974d4a5e69 fixed naming error in MissionTable
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 51s
2026-09-14 11:50:33 +02:00
2 changed files with 20 additions and 2 deletions
@@ -46,7 +46,8 @@ do --mission table
---@class MissionTable ---@class MissionTable
---@field drawings Drawings ---@field drawings Drawings
---@field coalitions Coalitions ---@field coalition Coalitions
---@field triggers Triggers
---@field theatre string? ---@field theatre string?
---@field version number ---@field version number
---@field start_time number ---@field start_time number
@@ -115,6 +116,23 @@ do --mission table
end end
do -- triggers
---@class Triggers
---@field zones Array<MissionTriggerZone>
---@class MissionTriggerZone
---@field radius number
---@field zoneId number
---@field properties table<string, string>
---@field hidden boolean
---@field x number
---@field y number
---@field name string
---@field type number
---@field heading number
---@field verticies Array<Vec2>
end
end end
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dutchies-dcs-scripting-tools", "name": "dutchies-dcs-scripting-tools",
"displayName": "Dutchies Dcs Scripting Tools", "displayName": "Dutchies Dcs Scripting Tools",
"description": "Scripting tools to create DCS script and frameworks easier", "description": "Scripting tools to create DCS script and frameworks easier",
"version": "0.1.2", "version": "0.1.5",
"author": { "author": {
"name": "dutchie031", "name": "dutchie031",
"email": "54616262+dutchie031@users.noreply.github.com" "email": "54616262+dutchie031@users.noreply.github.com"