diff --git a/doc_classes/BTRandomWait.xml b/doc_classes/BTRandomWait.xml index 83229e6..a96b9aa 100644 --- a/doc_classes/BTRandomWait.xml +++ b/doc_classes/BTRandomWait.xml @@ -1,19 +1,19 @@ - BT action that waits for a randomized duration to pass and returns [code]SUCCESS[/code]. + BT action that waits for a randomized duration to elapse and then returns [code]SUCCESS[/code]. - BT action that waits for a randomized duration to pass and returns [code]SUCCESS[/code]. Actual duration is randomized. The minimum wait time is defined by [code]min_duration[/code], and the maximum is defined by [code]max_duration[/code]. + BTRandomWait action waits for a randomized duration to elapse and then returns [code]SUCCESS[/code]. The duration is randomized within the specified range, defined by [code]min_duration[/code] and [code]max_duration[/code]. - Maximum duration to wait. + Maximum duration for the wait. - Minimum duration to wait. + Minimum duration for the wait. diff --git a/doc_classes/BTWait.xml b/doc_classes/BTWait.xml index dbc57e1..7ca0f86 100644 --- a/doc_classes/BTWait.xml +++ b/doc_classes/BTWait.xml @@ -1,7 +1,7 @@ - BT action that waits for a [member duration] to pass and then returns [code]SUCCESS[/code]. + BT action that waits for a specified [member duration] to elapse and then returns [code]SUCCESS[/code]. diff --git a/doc_classes/BTWaitTicks.xml b/doc_classes/BTWaitTicks.xml index 97da262..e849438 100644 --- a/doc_classes/BTWaitTicks.xml +++ b/doc_classes/BTWaitTicks.xml @@ -1,7 +1,7 @@ - BT action that waits for a specified number of ticks to pass and then returns [code]SUCCESS[/code]. + BT action that waits for a specified number of ticks to elapse and then returns [code]SUCCESS[/code]. @@ -9,7 +9,7 @@ - Number of ticks to wait before returning [code]SUCCESS[/code]. + The number of ticks to wait before returning [code]SUCCESS[/code].