UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -5,7 +5,7 @@
"additionalProperties": false,
"properties": {
"direction": {
"description": "TODO description: direction",
"description": "UNDOCUMENTATED: direction",
"title": "Direction",
"default": "outwards",
"anyOf": [
@@ -13,17 +13,17 @@
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
]
},
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
"offset": {
"type": "array",
"items": {
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "TODO description: offset",
"description": "UNDOCUMENTATED: offset",
"title": "Offset"
},
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
},
"half_dimensions": {
@@ -32,13 +32,13 @@
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "TODO description: half dimensions",
"description": "UNDOCUMENTATED: half dimensions",
"title": "Half Dimensions"
},
"description": "TODO description: half dimensions",
"description": "UNDOCUMENTATED: half dimensions",
"title": "Half Dimensions"
},
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
},
"description": "TODO description: "
"description": "UNDOCUMENTATED: "
}