QuercusVL Programming Manual
C++: VLFieldType get_Field ( )
C:
int VL_ConfigurationOutputActuatorCondition_get_Field ( int h )
Returns the conditions's field.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
C++: void put_Field ( VLFieldType value )
C:
void VL_ConfigurationOutputActuatorCondition_put_Field( int h, int field )
Modifies the conditions's field.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
●
Operator
Condition's operator; see 3.58. VLOperatorType Type type.
C++: VLOperatorType get_Operator ( )
C:
int VL_ConfigurationOutputActuatorCondition_get_Operator ( int h )
Returns the conditions's operator.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
C++: void put_Operator ( VLOperatorType value )
C:
void VL_ConfigurationOutputActuatorCondition_put_Operator( int h, int op )
Modifies the conditions's operator.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
●
Value
Comparison value of the actuator.
C++: int get_Value ( )
C:
int VL_ConfigurationOutputActuatorCondition_get_Value ( int h )
Returns the comparison value of the condition.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
Quercus Technologies
112