Function getSpriteKeysFromSpecies
- getSpriteKeysFromSpecies(species, female?, formIndex?, shiny?, variant?): {
fileRoot: string;
spriteKey: string;
} Parameters
- species: Species
Optional
female: booleanOptional
formIndex: numberOptional
shiny: booleanOptional
variant: number
Returns {
fileRoot: string;
spriteKey: string;
}
fileRoot: string
spriteKey: string
Gets the sprite key and file root for a given PokemonSpecies (accounts for gender, shiny, variants, forms, and experimental)