Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2815c3e652 | ||
|
|
4b311f8b4c | ||
|
|
4712330faa | ||
|
|
77ed355011 | ||
|
|
974d4a5e69 | ||
|
|
6c8adfea0d | ||
|
|
16599dce42 |
@@ -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
|
||||||
@@ -102,7 +103,7 @@ do --mission table
|
|||||||
---@field properties table
|
---@field properties table
|
||||||
|
|
||||||
---@class Country
|
---@class Country
|
||||||
---@field id string
|
---@field id number
|
||||||
---@field name string
|
---@field name string
|
||||||
---@field vehicle Groups
|
---@field vehicle Groups
|
||||||
---@field plane Groups
|
---@field plane Groups
|
||||||
@@ -115,12 +116,29 @@ 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
|
||||||
|
|
||||||
|
|
||||||
do -- env
|
do -- env
|
||||||
---@class env
|
---@class env
|
||||||
---@field mission table TODO: Mission
|
---@field mission MissionTable
|
||||||
---@field warehouses table
|
---@field warehouses table
|
||||||
---@field info fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'info'
|
---@field info fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'info'
|
||||||
---@field warning fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'warning'
|
---@field warning fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'warning'
|
||||||
|
|||||||
@@ -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.1",
|
"version": "0.1.6",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "dutchie031",
|
"name": "dutchie031",
|
||||||
"email": "54616262+dutchie031@users.noreply.github.com"
|
"email": "54616262+dutchie031@users.noreply.github.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user