2022-11-01 20:31:22 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name= "BTRandomWait" inherits= "BTAction" version= "3.5" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../../../doc/class.xsd" >
<brief_description >
2022-11-04 12:27:09 +00:00
BT action that waits for a randomized duration to pass and returns [code]SUCCESS[/code].
2022-11-01 20:31:22 +00:00
</brief_description>
<description >
2022-11-04 12:27:09 +00:00
BT action that waits for a randomized duration to pass and returns [code]SUCCESS[/code]. The minimum wait time is defined by [code]duration_min_max.x[/code], and the maximum is defined by [code]duration_min_max.y[/code].
2022-11-01 20:31:22 +00:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
<member name= "duration_min_max" type= "Vector2" setter= "set_duration_min_max" getter= "get_duration_min_max" default= "Vector2( 1, 2 )" >
</member>
</members>
<constants >
</constants>
</class>