limboai/doc_classes/BTNewScope.xml

18 lines
767 B
XML
Raw Normal View History

2022-11-01 20:31:22 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-04-10 14:57:36 +00:00
<class name="BTNewScope" inherits="BTDecorator" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
2022-11-01 20:31:22 +00:00
<brief_description>
2022-11-04 12:27:09 +00:00
BT decorator that creates a new [Blackboard] scope.
2022-11-01 20:31:22 +00:00
</brief_description>
<description>
BTNewScope creates a new [Blackboard] scope during initialization and populates it with data. See [Blackboard].
Returns the status of the child task execution.
2022-11-01 20:31:22 +00:00
</description>
<tutorials>
</tutorials>
<members>
<member name="_blackboard_data" type="Dictionary" setter="_set_blackboard_data" getter="_get_blackboard_data" default="{}">
2022-11-04 12:27:09 +00:00
Data that is used to populate a new scope of the [Blackboard].
2022-11-01 20:31:22 +00:00
</member>
</members>
</class>