Updated comments

This commit is contained in:
DaanV2
2021-07-01 16:35:56 +02:00
parent bd92fde1b8
commit 9bf12e0823
383 changed files with 2315 additions and 573 deletions

View File

@@ -3,6 +3,7 @@
"type": "object",
"title": "Animation Controller 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"animationspec": {
@@ -167,7 +168,8 @@
"type": "object",
"required": ["input"],
"properties": {
"input": { "title": "Input", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "../../../molang/number.json" },
"input": { "title": "Input", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "$ref": "../../../molang/number.json" },
"remap_curve": {
"title": "Remap Curve",
"additionalProperties": { "propertyNames": { "pattern": "^([\\-\\+0-9]+|[\\-\\+0-9]+.[0-9]+)$" }, "type": "number" }
@@ -178,16 +180,20 @@
"on_entry": {
"title": "On Entry",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
},
"on_exit": {
"title": "On Exit",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
"items": { "pattern": "^.+=.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
}
}
}

View File

@@ -3,6 +3,7 @@
"type": "object",
"title": "Animation Controller 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"animationspec": {
@@ -161,16 +162,20 @@
"on_entry": {
"title": "On Entry",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
},
"on_exit": {
"title": "On Exit",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
"items": { "pattern": "^.+;$", "title": "Molang", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" }
}
}
}