21 lines
706 B
XML
21 lines
706 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="BTDelay" inherits="BTDecorator" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
<brief_description>
|
|
BT decorator that delays execution of its child.
|
|
</brief_description>
|
|
<description>
|
|
BT decorator that delays execution of its child by [member seconds]. Returns [code]RUNNING[/code] during a period of delay.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="seconds" type="float" setter="set_seconds" getter="get_seconds" default="1.0">
|
|
Delay duration in seconds.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|