N_WolfCurses_Menu - Maxwolf/WolfCurses GitHub Wiki
Dynamic menu system that uses enumeration attributes to define what commands are valid for a given window, this is not required and completely optional.
Class | Description | |
---|---|---|
![]() |
MenuChoice(T) | Defines a choice in the dynamic action selection system for a given game mode. This is intended to be used by a wrapper for menu choices that aggregates all of the possible actions a given game mode can make while it is active in the simulation. |
Interface | Description | |
---|---|---|
![]() |
IMenuChoice(T) | Defines a choice in the dynamic action selection system for a given game Windows. This is intended to be used by a wrapper for menu choices that aggregates all of the possible actions a given game Windows can make while it is active in the simulation. |