Update class docs
This commit is contained in:
parent
caf1ff86b0
commit
548ff374ee
|
@ -4,12 +4,16 @@
|
||||||
BT action that assigns a value to the specified agent's property.
|
BT action that assigns a value to the specified agent's property.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
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.
|
Returns [code]FAILURE[/code] if it fails to set the property.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
<members>
|
<members>
|
||||||
|
<member name="operation" type="int" setter="set_operation" getter="get_operation" enum="LimboUtility.Operation" default="0">
|
||||||
|
Specifies the operation to be performed before assignment. Operation is executed as follows:
|
||||||
|
[code]property = property OPERATION value[/code]
|
||||||
|
</member>
|
||||||
<member name="property" type="StringName" setter="set_property" getter="get_property" default="&""">
|
<member name="property" type="StringName" setter="set_property" getter="get_property" default="&""">
|
||||||
Parameter that specifies the agent's property name.
|
Parameter that specifies the agent's property name.
|
||||||
</member>
|
</member>
|
||||||
|
|
Loading…
Reference in New Issue