mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-16 23:16:50 +00:00
8 lines
346 B
JavaScript
8 lines
346 B
JavaScript
|
|
/**
|
||
|
|
* @class Random
|
||
|
|
* @extends jibo.bt.ParentBehavior
|
||
|
|
* @memberof jibo.bt.behaviors
|
||
|
|
* @description On start, will choose a random node in its children and run that node.
|
||
|
|
* @param {Object} options See {@link jibo.bt.Behavior|Behavior} for all options.
|
||
|
|
* @param {Array<jibo.bt.Behavior>} [options.children=[]] An array of child behaviors.
|
||
|
|
*/
|