Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Kodu::KoduConditionScored Class ReferenceKodu Condition Scored (derived from Kodu Condition). More...
Inheritance diagram for Kodu::KoduConditionScored:
Detailed DescriptionKodu Condition Scored (derived from Kodu Condition). Definition at line 24 of file KoduConditionScored.h.
Member Enumeration DocumentationHow the target score should be compared with the current (global) score. Definition at line 27 of file KoduConditionScored.h. Constructor & Destructor Documentation
Constructor. Definition at line 38 of file KoduConditionScored.h.
Copy constructor. Definition at line 50 of file KoduConditionScored.h.
Destructor. Definition at line 61 of file KoduConditionScored.h. Member Function Documentation
Compares the target score against the current (global) score. Implements Kodu::KoduCondition. Definition at line 8 of file KoduConditionScored.cc.
Tests if the primitive argument is the same as the calling class. Reimplemented from Kodu::KoduPrimitive. Definition at line 55 of file KoduConditionScored.cc.
Assignment operator. Definition at line 66 of file KoduConditionScored.h.
Prints the attributes of a particular instance. Reimplemented from Kodu::KoduCondition. Definition at line 63 of file KoduConditionScored.cc.
Used to reinitialize certain variables (e.g. when switching to another page). Reimplemented from Kodu::KoduCondition. Definition at line 59 of file KoduConditionScored.cc. Member Data Documentation
the score type (the key to the Score Keeper map) Definition at line 95 of file KoduConditionScored.h. Referenced by evaluate(), operator=(), and printAttrs().
used in conjunction with numericsWereSpecified to monitor score changes Definition at line 97 of file KoduConditionScored.h. Referenced by evaluate(), and operator=().
if true, NOT operator is applied to the evaluate function's result Definition at line 92 of file KoduConditionScored.h. Referenced by evaluate(), operator=(), and printAttrs(). returns a constant or random numeric value (the target score) Definition at line 94 of file KoduConditionScored.h. Referenced by evaluate(), operator=(), and printAttrs().
if false, this condition returns true when a certin score changes Definition at line 96 of file KoduConditionScored.h. Referenced by evaluate(), operator=(), and printAttrs().
states how the target value and current score are compared Definition at line 93 of file KoduConditionScored.h. Referenced by evaluate(), operator=(), and printAttrs(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:24 2016 by Doxygen 1.6.3 |