Skip to content
Guy Allard edited this page Jan 18, 2015 · 2 revisions

RandomWait random wait leaf node

Description:
The RandomWait leaf node waits for a random time period between waitMinMs and waitMaxMs before returning to its parent with SUCCESS.

Parameters:

  • waitMinMs - The minimum amount of time to wait in milliseconds
  • waitMaxMs - The maximum amount of time to wait in milliseconds

Clone this wiki locally