Skip to content

Commit 2bfedec

Browse files
authored
Merge pull request #96 from onze/patch-1
Documentation update - BTSubTree
2 parents af0250d + 29d4b92 commit 2bfedec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/source/classes/class_btsubtree.rst

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ BTSubtree instantiates a :ref:`BehaviorTree<class_BehaviorTree>` and includes it
2323

2424
Returns the status of the subtree's execution.
2525

26+
Note: BTSubTree is designed as a simpler loader, and does not support updating :ref:`subtree<class_BTSubtree_property_subtree>` at runtime. A custom subtree decorator is better suited and `somewhat trivial <https://github.com/limbonaut/limboai/issues/94#issuecomment-2068833610>`__ to implement.
27+
2628
.. rst-class:: classref-reftable-group
2729

2830
Properties

doc_classes/BTSubtree.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>
77
BTSubtree instantiates a [BehaviorTree] and includes its root task as a child during initialization, while also creating a new [Blackboard] scope.
88
Returns the status of the subtree's execution.
9+
Note: BTSubTree is designed as a simpler loader, and does not support updating [member subtree] at runtime. A custom subtree decorator is better suited and [url=https://github.com/limbonaut/limboai/issues/94#issuecomment-2068833610]somewhat trivial[/url] to implement.
910
</description>
1011
<tutorials>
1112
</tutorials>

0 commit comments

Comments
 (0)