Updated Comments

This commit is contained in:
DaanV2
2021-07-01 16:37:41 +02:00
parent 9bf12e0823
commit 0f15d47659
365 changed files with 593 additions and 1778 deletions

View File

@@ -3,7 +3,6 @@
"type": "object",
"title": "Animation Controller 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"definitions": {
"animationspec": {
@@ -162,20 +161,16 @@
"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" }
}
}
}