mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 03:12:18 +02:00
Update tsdoc
This commit is contained in:
parent
ad60a9bdb9
commit
990e9ba658
@ -3444,6 +3444,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Generates a random number using the current battle's seed, or the global seed if `this.scene.currentBattle` is falsy
|
||||||
* @param min The minimum integer to generate
|
* @param min The minimum integer to generate
|
||||||
* @param max The maximum integer to generate
|
* @param max The maximum integer to generate
|
||||||
* @returns a random integer between {@linkcode min} and {@linkcode max} inclusive
|
* @returns a random integer between {@linkcode min} and {@linkcode max} inclusive
|
||||||
|
Loading…
Reference in New Issue
Block a user