mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Adding a comment.
This commit is contained in:
parent
eabff71461
commit
9ae2c4b1f1
1 changed files with 3 additions and 3 deletions
|
@ -437,21 +437,21 @@ class BoostMotor {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return {number} - time, in milliseconds, of when the pending timeout began.
|
||||
* @return {number} - time, in milliseconds, of when the pending duration timeout began.
|
||||
*/
|
||||
get pendingTimeoutStartTime () {
|
||||
return this._pendingDurationTimeoutStartTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {number} - delay, in milliseconds, of the pending timeout.
|
||||
* @return {number} - delay, in milliseconds, of the pending duration timeout.
|
||||
*/
|
||||
get pendingTimeoutDelay () {
|
||||
return this._pendingDurationTimeoutDelay;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {number} - delay, in milliseconds, of the pending timeout.
|
||||
* @return {number} - delay, in milliseconds, of the pending duration timeout.
|
||||
*/
|
||||
get pendingPositionDestination () {
|
||||
return this._pendingRotationDestination;
|
||||
|
|
Loading…
Reference in a new issue