Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -4,9 +4,9 @@
"title": "Particle Kill Plane Component For 1.10.0",
"description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ]",
"items": [
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "A" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "B" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "C" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "D" }
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "A" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "B" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "C" },
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "title": "D" }
]
}