Home | Trees | Indices | Help |
|
---|
|
enum.Enum --+ | SHOW
Enum class used for storing what is displayed in GUI - everything higher includes everything lower (except NONE, of course). So if SHOW is NODE_REWARDS, it automatically means, that it will display FULL_MAZE (and EXPLORED), however it won't display ACTION_COSTS
|
|||
NONE = 0
|
|||
EXPLORED = 1
|
|||
FULL_MAZE = 2
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 17 11:04:25 2018 | http://epydoc.sourceforge.net |