Module pokemon::pokemon [] [src]

documentation for pokemon Yep.

Structs

Pokemon

The struct for Pokemon

Functions

get_all

Returns all the Pokemon, in each language

get_name

Returns the name of the specified id Using 9 for example, would return "Blastoise"

get_name_with_lang

Same as get_name(), but allows you to specify the language

get_pokemon

Returns a single Pokemon based on specified id and language MB: English is 9

get_random

Returns a random Pokemon in English

get_random_with_lang

Returns a random pokemon with the specified language