Pick¶
This enum describes the current top level interface the player is naviguating. The current one is stored in the currentaction
field. It can be thought as the top level interface while Actions is the sub level one.
Value | Name | Description |
---|---|---|
0 | BaseAction | The main vine action menu |
1 | SelectEnemy | Selecting an enemy party member |
2 | SelectPlayer | Selecting a player party member |
3 | SkillList | Selecting a skill in its ItemList |
4 | ItemList | Selecting an item in its ItemList |
5 | StrategyList | Selecting a strategy in its ItemList |
6 | Relay | UNUSED |
7 | Chompy | The chompy vine menu used in Chompy |