Molang Party Functions
Can also use PokémonStore functions. Type is ObjectValue<PartyStore>
.
Name | Description | Usage |
---|---|---|
get_pokemon(index: Int): MoValue
|
Returns an ObjectValue<Pokemon> at the index of the party. Returns 0.0 if there is no Pokémon at the supplied index .
|
v.party.get_pokemon(0)
|