limboai/doc_classes/BTRepeatUntilFailure.xml

14 lines
665 B
XML
Raw Normal View History

2022-11-01 20:31:22 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="BTRepeatUntilFailure" inherits="BTDecorator" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
2022-11-01 20:31:22 +00:00
<brief_description>
BT decorator that repeats its child task until [code]FAILURE[/code].
2022-11-01 20:31:22 +00:00
</brief_description>
<description>
BTRepeatUntilFailure repeats its child task until it results in [code]FAILURE[/code].
Returns [code]RUNNING[/code] if the child task results in [code]RUNNING[/code] or [code]SUCCESS[/code].
Returns [code]SUCCESS[/code] if the child task results in [code]FAILURE[/code].
2022-11-01 20:31:22 +00:00
</description>
<tutorials>
</tutorials>
</class>