Drag[en]gine Script Module DragonScript
1.23
|
Compare operators. More...
Public Attributes | |
equal | |
True if the parameter value is equal to the test value. More... | |
greaterThan | |
True if the parameter value is greater than the test value. More... | |
greaterThanOrEqual | |
True if the parameter value is greater or equal to the test value. More... | |
lessThan | |
True if the parameter value is less than the test value. More... | |
lessThanOrEqual | |
True if the parameter value is less than or equal to the test value. More... | |
notEqual | |
True if the parameter value is not equal to the test value. More... | |
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.