UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -5,7 +5,7 @@
"description": "Returns true if the actor properties defined were executed.",
"title": "Entity Properties",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only \"this\".", "title": "Entity" },
"properties": {
"type": "object",
@@ -14,8 +14,8 @@
"title": "Properties",
"additionalProperties": false,
"properties": {
"on_fire": { "title": "On Fire", "description": "TODO", "type": "boolean" },
"on_ground": { "title": "On Fire", "description": "TODO", "type": "boolean" }
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" },
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" }
}
}
}