Drag[en]gine Script Module DragonScript  1.23
Dragengine.ConversationSystem.CConditionActorParameter.Operator Enum Reference

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...
 

Detailed Description

Compare operators.

Member Data Documentation

◆ equal

Dragengine.ConversationSystem.CConditionActorParameter.Operator.equal

True if the parameter value is equal to the test value.

◆ greaterThan

Dragengine.ConversationSystem.CConditionActorParameter.Operator.greaterThan

True if the parameter value is greater than the test value.

◆ greaterThanOrEqual

Dragengine.ConversationSystem.CConditionActorParameter.Operator.greaterThanOrEqual

True if the parameter value is greater or equal to the test value.

◆ lessThan

Dragengine.ConversationSystem.CConditionActorParameter.Operator.lessThan

True if the parameter value is less than the test value.

◆ lessThanOrEqual

Dragengine.ConversationSystem.CConditionActorParameter.Operator.lessThanOrEqual

True if the parameter value is less than or equal to the test value.

◆ notEqual

Dragengine.ConversationSystem.CConditionActorParameter.Operator.notEqual

True if the parameter value is not equal to the test value.


The documentation for this enum was generated from the following file: