From c03aa6b76ee188831268f034cf5197dbc47581f3 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 23 Apr 2021 16:31:34 +0200 Subject: [PATCH] Updated bind to actor --- .../animation_controllers/1.10.0/animation_controller.json | 3 ++- .../animation_controllers/1.8.0/animation_controller.json | 3 ++- source/behavior/animations/1.10.0/animations.json | 3 ++- source/behavior/animations/1.8.0/animations.json | 3 ++- .../animation_controllers/1.10.0/animation_controller.json | 3 ++- .../animation_controllers/1.8.0/animation_controller.json | 3 ++- source/resource/animations/1.10.0/actor_animation.json | 3 ++- source/resource/animations/1.8.0/actor_animation.json | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/source/behavior/animation_controllers/1.10.0/animation_controller.json b/source/behavior/animation_controllers/1.10.0/animation_controller.json index e4f58261..99dcdf12 100644 --- a/source/behavior/animation_controllers/1.10.0/animation_controller.json +++ b/source/behavior/animation_controllers/1.10.0/animation_controller.json @@ -31,7 +31,8 @@ "bind_to_actor": { "type": "boolean", "title": "Bind To Actor", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false }, "effect": { "type": "string", diff --git a/source/behavior/animation_controllers/1.8.0/animation_controller.json b/source/behavior/animation_controllers/1.8.0/animation_controller.json index 26a1badc..22f71353 100644 --- a/source/behavior/animation_controllers/1.8.0/animation_controller.json +++ b/source/behavior/animation_controllers/1.8.0/animation_controller.json @@ -29,7 +29,8 @@ "bind_to_actor": { "type": "boolean", "title": "Bind To Actor", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false }, "effect": { "type": "string", diff --git a/source/behavior/animations/1.10.0/animations.json b/source/behavior/animations/1.10.0/animations.json index 3d2e17c1..6b6b4ec9 100644 --- a/source/behavior/animations/1.10.0/animations.json +++ b/source/behavior/animations/1.10.0/animations.json @@ -26,7 +26,8 @@ "properties": { "bind_to_actor": { "type": "boolean", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false }, "effect": { "type": "string", "description": "The name of a particle effect that should be played" }, "locator": { "type": "string", "description": "The name of a locator on the actor where the effect should be located" }, diff --git a/source/behavior/animations/1.8.0/animations.json b/source/behavior/animations/1.8.0/animations.json index dc3eaad0..e6cbc8f4 100644 --- a/source/behavior/animations/1.8.0/animations.json +++ b/source/behavior/animations/1.8.0/animations.json @@ -22,7 +22,8 @@ "properties": { "bind_to_actor": { "type": "boolean", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false }, "effect": { "type": "string", "description": "The name of a particle effect that should be played" }, "locator": { "type": "string", "description": "The name of a locator on the actor where the effect should be located" }, diff --git a/source/resource/animation_controllers/1.10.0/animation_controller.json b/source/resource/animation_controllers/1.10.0/animation_controller.json index cecb8ee1..91e1b45a 100644 --- a/source/resource/animation_controllers/1.10.0/animation_controller.json +++ b/source/resource/animation_controllers/1.10.0/animation_controller.json @@ -26,7 +26,8 @@ "bind_to_actor": { "type": "boolean", "title": "Bind To Actor", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false }, "effect": { "type": "string", "title": "Effect", "description": "The name of a particle effect that should be played" }, "locator": { "type": "string", "title": "Locator", "description": "The name of a locator on the actor where the effect should be located" }, diff --git a/source/resource/animation_controllers/1.8.0/animation_controller.json b/source/resource/animation_controllers/1.8.0/animation_controller.json index d98866d7..65c0e533 100644 --- a/source/resource/animation_controllers/1.8.0/animation_controller.json +++ b/source/resource/animation_controllers/1.8.0/animation_controller.json @@ -26,7 +26,8 @@ "bind_to_actor": { "type": "boolean", "title": "Bind To Actor", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false }, "effect": { "type": "string", "title": "Effect", "description": "The name of a particle effect that should be played" }, "locator": { "type": "string", "title": "Locator", "description": "The name of a locator on the actor where the effect should be located" }, diff --git a/source/resource/animations/1.10.0/actor_animation.json b/source/resource/animations/1.10.0/actor_animation.json index cf2e91ed..c285b9c4 100644 --- a/source/resource/animations/1.10.0/actor_animation.json +++ b/source/resource/animations/1.10.0/actor_animation.json @@ -22,7 +22,8 @@ "bind_to_actor": { "type": "boolean", "title": "Bind To Actor", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false } } }, diff --git a/source/resource/animations/1.8.0/actor_animation.json b/source/resource/animations/1.8.0/actor_animation.json index 6691ec54..680714a3 100644 --- a/source/resource/animations/1.8.0/actor_animation.json +++ b/source/resource/animations/1.8.0/actor_animation.json @@ -22,7 +22,8 @@ "bind_to_actor": { "type": "boolean", "title": "Bind To Actor", - "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)." + "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", + "const": false } } },