2023-08-10 11:24:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-11-15 14:40:07 +00:00
|
|
|
<class name="BTCheckAgentProperty" inherits="BTCondition" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2023-08-10 11:24:41 +00:00
|
|
|
<brief_description>
|
|
|
|
BT condition that checks agent's property value.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
2023-10-19 11:39:11 +00:00
|
|
|
BTCheckAgentProperty examines the agent's property value and compares it to [member value].
|
|
|
|
Returns [code]SUCCESS[/code] or [code]FAILURE[/code] based on the [member check_type].
|
2023-08-10 11:24:41 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
|
|
|
<member name="check_type" type="int" setter="set_check_type" getter="get_check_type" enum="LimboUtility.CheckType" default="0">
|
2023-10-19 11:39:11 +00:00
|
|
|
The type of check to be performed.
|
2023-08-10 11:24:41 +00:00
|
|
|
</member>
|
2023-08-11 20:16:03 +00:00
|
|
|
<member name="property" type="StringName" setter="set_property" getter="get_property" default="&""">
|
2023-10-19 11:39:11 +00:00
|
|
|
Parameter that specifies the agent's property to be compared.
|
2023-08-10 11:24:41 +00:00
|
|
|
</member>
|
|
|
|
<member name="value" type="BBVariant" setter="set_value" getter="get_value">
|
2023-10-19 11:39:11 +00:00
|
|
|
Parameter that specifies the value against which an agent's property will be compared.
|
2023-08-10 11:24:41 +00:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|