HBhvConditionAnimationRunning Class Reference
The HBhvConditionAnimationRunning class evaluates if an animation is currently running for a given target. More...
#include <HBhvSensor.h>
Public Member Functions | |
virtual void | Evaluate (bool &and_flag, bool &or_flag) |
HBhvConditionAnimationRunning (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) | |
virtual void | Serialize (HUtilityXMLGenerator *xmlgen) |
![]() | |
virtual HBhvSensor * | GetSensor () |
HBhvCondition (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) | |
virtual void | Register () |
virtual void | Serialize (HUtilityXMLGenerator *xmlgen, HUtilityXMLTag *xmlt) |
virtual void | SetTarget (const char *target) |
virtual void | UnRegister () |
Additional Inherited Members | |
![]() | |
static void * | XMLCallback (HUtilityXMLTag *xt, bool open, void *m_pExtraData) |
![]() | |
bool | m_bConditionMet |
bool | m_bInvert |
char | m_Event [256] |
HBhvSensor * | m_pSensor |
HBhvTargetObject * | m_pTarget |
char | m_Value [256] |
Detailed Description
The HBhvConditionAnimationRunning class evaluates if an animation is currently running for a given target.
Constructor & Destructor Documentation
◆ HBhvConditionAnimationRunning()
HBhvConditionAnimationRunning::HBhvConditionAnimationRunning | ( | const char * | target, |
const char * | hevent, | ||
bool | invert, | ||
HBhvSensor * | sensor | ||
) |
Constructs an HBhvConditionAnimationRunning object.
- Parameters
-
target The target string of the animation you want to test the condition on. You can use HBhvTargetObject::CreateTargetString() to generate this string. hevent The event type. invert Pass true to invert the condition. In other words, this condition will return true if the condition evaluates to false and false if the condition evaluates to true. sensor A pointer to the HBhvSensor object that this condition belongs to.
Member Function Documentation
◆ Evaluate()
|
virtual |
Evaluates the condition.
- Parameters
-
and_flag Returns true if an animation is currently running for the given target object or false if no animation is running. Note that this flag will return the opposite values if the invert flag is set to true. or_flag Result of evaluation
Reimplemented from HBhvCondition.
◆ Serialize()
|
virtual |
Writes XML data to a buffer.
Reimplemented from HBhvCondition.
The documentation for this class was generated from the following file: