limboai/doc_classes/BBNode.xml

13 lines
529 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="BBNode" inherits="BBParam" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Node-type parameter for [BehaviorTree] tasks. See [BBParam].
</brief_description>
<description>
Node-type parameter intended for use with [BehaviorTree] tasks. See [BBParam].
If the source is a blackboard variable, it allows any type extended from [Object].
</description>
<tutorials>
</tutorials>
</class>