mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Made target position optionally vec2 or vec3
This commit is contained in:
parent
ef99c21380
commit
5b7e63b02d
@ -147,7 +147,7 @@
|
||||
},
|
||||
"emissionsCountermeasures": {
|
||||
"enum": [
|
||||
"attac",
|
||||
"attack",
|
||||
"defend",
|
||||
"free",
|
||||
"silent"
|
||||
@ -350,7 +350,10 @@
|
||||
"type": "number"
|
||||
},
|
||||
"targetPosition": {
|
||||
"$ref": "#/$defs/vec2"
|
||||
"anyOf": [
|
||||
{"$ref": "#/$defs/vec2"},
|
||||
{"$ref": "#/$defs/vec3"}
|
||||
]
|
||||
},
|
||||
"task": {
|
||||
"type": "string"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user