2 #ifndef _YI_CONDITION_H_ 3 #define _YI_CONDITION_H_ 82 void ClearConditions();
99 operator bool()
const;
102 std::vector <CYICondition*> m_ConditionList;
107 #endif // _YI_CONDITION_H_ Evaluates when CYICondition objects have been set, and notifies users.
Definition: YiCondition.h:64
The base class for an object accessible from script source code.
Definition: YiScriptableObject.h:28
friend class CYIConditionEvaluator
Definition: YiCondition.h:22
Definition: YiSignalHandler.h:174
CYISignal Success
Definition: YiCondition.h:94
Represents a boolean condition.
Definition: YiCondition.h:19
Signals and slots are a thread-safe and flexible communication framework that will allow various obje...
Definition: YiSignal.h:164