ScummVM API documentation
ZVision::Puzzle::CriteriaEntry Struct Reference

#include <puzzle.h>

Public Attributes

uint32 key
 
uint32 argument
 
CriteriaOperator criteriaOperator
 
bool argumentIsAKey
 

Detailed Description

Criteria for a Puzzle result to be fired

Member Data Documentation

◆ key

uint32 ZVision::Puzzle::CriteriaEntry::key

The key of a global state

◆ argument

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

CriteriaOperator ZVision::Puzzle::CriteriaEntry::criteriaOperator

How to do the comparison

◆ argumentIsAKey

bool ZVision::Puzzle::CriteriaEntry::argumentIsAKey

Whether 'argument' is the key of a global state (true) or a pure value (false)


The documentation for this struct was generated from the following file: