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

@@ -9,20 +9,20 @@
{ "type": "string", "enum": ["inwards", "outwards"] },
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
],
"description": "TODO description: direction",
"description": "UNDOCUMENTATED: direction",
"title": "Direction"
},
"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"
},
"plane_normal": {
@@ -41,7 +41,7 @@
}
]
},
"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: "
}