mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-26 02:02:20 +02:00
Update docstrings
This commit is contained in:
parent
764ca95f3f
commit
a36b4484fa
@ -692,7 +692,6 @@ export default class PokemonSpecies extends PokemonSpeciesForm implements Locali
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Find the name of species with proper attachments for regionals and separate starter forms (Floette, Ursaluna)
|
* Find the name of species with proper attachments for regionals and separate starter forms (Floette, Ursaluna)
|
||||||
* @param species the species to check
|
|
||||||
* @returns a string with the region name or other form name attached
|
* @returns a string with the region name or other form name attached
|
||||||
*/
|
*/
|
||||||
getExpandedSpeciesName(): string {
|
getExpandedSpeciesName(): string {
|
||||||
@ -712,7 +711,8 @@ export default class PokemonSpecies extends PokemonSpeciesForm implements Locali
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Find the form name for species with just one form (regional variants, Floette, Ursaluna)
|
* Find the form name for species with just one form (regional variants, Floette, Ursaluna)
|
||||||
* @param species the species to check
|
* @param formIndex The form index to check (defaults to 0)
|
||||||
|
* @param append Whether to append the species name to the end (defaults to false)
|
||||||
* @returns the pokemon-form locale key for the single form name ("Alolan Form", "Eternal Flower" etc)
|
* @returns the pokemon-form locale key for the single form name ("Alolan Form", "Eternal Flower" etc)
|
||||||
*/
|
*/
|
||||||
getFormNameToDisplay(formIndex: number = 0, append: boolean = false): string {
|
getFormNameToDisplay(formIndex: number = 0, append: boolean = false): string {
|
||||||
|
Loading…
Reference in New Issue
Block a user