2023-08-11 10:49:00 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="BTSetAgentProperty" inherits="BTAction" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
|
|
<brief_description>
|
|
|
|
BT action that assigns a value to agent's property.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
2023-09-16 16:04:37 +00:00
|
|
|
BTSetAgentProperty assigns the specified [member value] to the agent's property identified by the [member property] and returns [code]SUCCESS[/code].
|
2023-08-11 10:49:00 +00:00
|
|
|
Returns [code]FAILURE[/code] if it fails to set the property.
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
2023-08-11 20:16:03 +00:00
|
|
|
<member name="property" type="StringName" setter="set_property" getter="get_property" default="&""">
|
2023-08-11 10:49:00 +00:00
|
|
|
Parameter that specifies the agent's property name.
|
|
|
|
</member>
|
|
|
|
<member name="value" type="BBVariant" setter="set_value" getter="get_value">
|
|
|
|
Parameter that specifies the value that will be assigned to agent's property.
|
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|