|
Drag[en]gine Script Module DragonScript 1.32.1
|
Compare operators. More...
Public Attributes | |
| equal | |
| True if the parameter value is equal to the test value. | |
| greaterThan | |
| True if the parameter value is greater than the test value. | |
| greaterThanOrEqual | |
| True if the parameter value is greater or equal to the test value. | |
| lessThan | |
| True if the parameter value is less than the test value. | |
| lessThanOrEqual | |
| True if the parameter value is less than or equal to the test value. | |
| notEqual | |
| True if the parameter value is not equal to the test value. | |
Compare operators.
| Dragengine.ConversationSystem.CConditionActorParameter.Operator.equal |
True if the parameter value is equal to the test value.
| Dragengine.ConversationSystem.CConditionActorParameter.Operator.greaterThan |
True if the parameter value is greater than the test value.
| Dragengine.ConversationSystem.CConditionActorParameter.Operator.greaterThanOrEqual |
True if the parameter value is greater or equal to the test value.
| Dragengine.ConversationSystem.CConditionActorParameter.Operator.lessThan |
True if the parameter value is less than the test value.
| Dragengine.ConversationSystem.CConditionActorParameter.Operator.lessThanOrEqual |
True if the parameter value is less than or equal to the test value.
| Dragengine.ConversationSystem.CConditionActorParameter.Operator.notEqual |
True if the parameter value is not equal to the test value.