#include <puzzle.h>
Public Attributes | |
uint32 | key |
uint32 | argument |
CriteriaOperator | criteriaOperator |
bool | argumentIsAKey |
Criteria for a Puzzle result to be fired
uint32 ZVision::Puzzle::CriteriaEntry::key |
The key of a global state
uint32 ZVision::Puzzle::CriteriaEntry::argument |
What we're comparing the value of the global state against This can either be a pure value or it can be the key of another global state
CriteriaOperator ZVision::Puzzle::CriteriaEntry::criteriaOperator |
How to do the comparison
bool ZVision::Puzzle::CriteriaEntry::argumentIsAKey |
Whether 'argument' is the key of a global state (true) or a pure value (false)