initial commit

This commit is contained in:
2026-03-16 13:53:01 +02:00
parent 631dc7df36
commit 81e6e0a7a2
23381 changed files with 8224173 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/**
* @callback jibo.bt.behaviors.TimeoutJs~GetTime
* @returns {number} Time in milliseconds until the behavior succeeds.
*/
/**
* @class TimeoutJs
* @extends jibo.bt.Behavior
* @memberof jibo.bt.behaviors
* @description
* Succeeds only after the specified amount of time.
* @param {Object} options See {@link jibo.bt.Behavior|Behavior} for all options.
* @param {jibo.bt.behaviors.TimeoutJs~GetTime} options.getTime - Time in milliseconds until `TimeoutJs` succeeds.
*/