This commit is contained in:
DaanV2
2021-06-06 13:00:25 +02:00
parent 4e62c0237c
commit b0d9e9146c
105 changed files with 33270 additions and 173 deletions

View File

@@ -15,12 +15,12 @@
"name_filter": {
"type": "string",
"default": "",
"description": "List of special names that will cause the events defined in 'on_named' to fire",
"description": "List of special names that will cause the events defined in `on_named` to fire",
"title": "Name Filter"
},
"on_named": {
"$ref": "../types/event.json",
"description": "Event to be called when this entity acquires the name specified in 'name_filter'",
"description": "Event to be called when this entity acquires the name specified in `name_filter'",
"title": "On Named"
}
}