From 548ff374eed65b6d19d1bd176de69d50e6f4fb32 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Mon, 20 Nov 2023 15:14:55 +0100 Subject: [PATCH] Update class docs --- doc_classes/BTSetAgentProperty.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc_classes/BTSetAgentProperty.xml b/doc_classes/BTSetAgentProperty.xml index 04e92c0..b46cfe0 100644 --- a/doc_classes/BTSetAgentProperty.xml +++ b/doc_classes/BTSetAgentProperty.xml @@ -4,12 +4,16 @@ BT action that assigns a value to the specified agent's property. - BTSetAgentProperty assigns the specified [member value] to the agent's property identified by the [member property] and returns [code]SUCCESS[/code]. + BTSetAgentProperty assigns the specified [member value] to the agent's property identified by the [member property] and returns [code]SUCCESS[/code]. Optionally, it can perform a specific [member operation] before assignment. Returns [code]FAILURE[/code] if it fails to set the property. + + Specifies the operation to be performed before assignment. Operation is executed as follows: + [code]property = property OPERATION value[/code] + Parameter that specifies the agent's property name.