added trigger zones to mission table
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 56s
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 56s
This commit is contained in:
@@ -47,6 +47,7 @@ do --mission table
|
||||
---@class MissionTable
|
||||
---@field drawings Drawings
|
||||
---@field coalition Coalitions
|
||||
---@field triggers Triggers
|
||||
---@field theatre string?
|
||||
---@field version number
|
||||
---@field start_time number
|
||||
@@ -115,6 +116,23 @@ do --mission table
|
||||
|
||||
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 vertices Array<Vec2>
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "dutchies-dcs-scripting-tools",
|
||||
"displayName": "Dutchies Dcs Scripting Tools",
|
||||
"description": "Scripting tools to create DCS script and frameworks easier",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"author": {
|
||||
"name": "dutchie031",
|
||||
"email": "54616262+dutchie031@users.noreply.github.com"
|
||||
|
||||
Reference in New Issue
Block a user