Drag[en]gine Script Module DragonScript 1.23
|
Compare operator. More...
Public Attributes | |
equal | |
Entry is equal to value inside threshold. | |
greaterThan | |
Entry is greater than value including threshold. | |
greaterThanOrEqual | |
Entry is greater than or equal to value including threshold. | |
lessThan | |
Entry is less than value including threshold. | |
lessThanOrEqual | |
Entry is less than or equal to value including threshold. | |
notEqual | |
Entry is not equal to value inside threshold. | |
Compare operator.
Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.equal |
Entry is equal to value inside threshold.
Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.greaterThan |
Entry is greater than value including threshold.
Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.greaterThanOrEqual |
Entry is greater than or equal to value including threshold.
Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.lessThan |
Entry is less than value including threshold.
Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.lessThanOrEqual |
Entry is less than or equal to value including threshold.
Dragengine.StateMachineSystem.SMConditionParameterTableFloat.Operator.notEqual |
Entry is not equal to value inside threshold.