diff --git a/doc_classes/BTSetAgentProperty.xml b/doc_classes/BTSetAgentProperty.xml new file mode 100644 index 0000000..aa5e7e0 --- /dev/null +++ b/doc_classes/BTSetAgentProperty.xml @@ -0,0 +1,20 @@ + + + + BT action that assigns a value to agent's property. + + + BTSetAgentProperty assigns the specified [member value] to the agent's property identified by the [member property_name] and returns [code]SUCCESS[/code]. + Returns [code]FAILURE[/code] if it fails to set the property. + + + + + + Parameter that specifies the agent's property name. + + + Parameter that specifies the value that will be assigned to agent's property. + + +