mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +02:00
Update tsdocs
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
bd199664be
commit
5df72ee5ef
@ -4746,8 +4746,8 @@ class ForceSwitchOutHelper {
|
|||||||
/**
|
/**
|
||||||
* Handles the logic for switching out a Pokémon based on battle conditions, HP, and the switch type.
|
* Handles the logic for switching out a Pokémon based on battle conditions, HP, and the switch type.
|
||||||
*
|
*
|
||||||
* @param {Pokemon} pokemon The Pokémon attempting to switch out.
|
* @param pokemon The {@linkcode Pokemon} attempting to switch out.
|
||||||
* @returns {boolean} True if the switch is successful, false otherwise.
|
* @returns `true` if the switch is successful
|
||||||
*/
|
*/
|
||||||
|
|
||||||
switchOutLogic(pokemon: Pokemon): boolean {
|
switchOutLogic(pokemon: Pokemon): boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user