Drag[en]gine Script Module DragonScript
1.23
|
Compare operator. More...
Public Attributes | |
equal | |
Entry is equal to value inside threshold. More... | |
greaterThan | |
Entry is greater than value including threshold. More... | |
greaterThanOrEqual | |
Entry is greater than or equal to value including threshold. More... | |
lessThan | |
Entry is less than value including threshold. More... | |
lessThanOrEqual | |
Entry is less than or equal to value including threshold. More... | |
notEqual | |
Entry is not equal to value inside threshold. More... | |
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.