updating flawed properties table definition
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 52s
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 52s
This commit is contained in:
@@ -123,7 +123,7 @@ do --mission table
|
||||
---@class MissionTriggerZone
|
||||
---@field radius number
|
||||
---@field zoneId number
|
||||
---@field properties table<string, string>
|
||||
---@field properties Array<TriggerZoneProperty>
|
||||
---@field hidden boolean
|
||||
---@field x number
|
||||
---@field y number
|
||||
@@ -131,6 +131,10 @@ do --mission table
|
||||
---@field type number
|
||||
---@field heading number
|
||||
---@field verticies Array<Vec2>
|
||||
|
||||
---@class TriggerZoneProperty
|
||||
---@field key string
|
||||
---@field value string
|
||||
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.6",
|
||||
"version": "0.1.7",
|
||||
"author": {
|
||||
"name": "dutchie031",
|
||||
"email": "54616262+dutchie031@users.noreply.github.com"
|
||||
|
||||
Reference in New Issue
Block a user