Skip to main content

Crate battler_choice

Crate battler_choice 

Source

Structs§

InvalidChoiceError
ItemChoice
A choice to use an item.
LearnMoveChoice
A choice to learn a move.
MoveChoice
A choice to use a move.
SwitchChoice
A choice to switch in.
TeamSelectionChoice
A team selection choice.

Enums§

Choice
A choice, which controls how a player responds to a request in a battle.

Functions§

choice_results_from_string
Deserializes multiple Choices from a string, returning the result of parsing for each choice.
choices_from_string
Deserializes multiple Choices from a string.
choices_to_string
Serializes multiple Choices to a string.