Drag[en]gine Script Module DragonScript  1.23
Dragengine.BehaviorTreeSystem.BTConditionCombine.Mode Enum Reference

Combine modes. More...

Public Attributes

 allFalse
 All conditions have to evaluate to false. More...
 
 allTrue
 All conditions have to evaluate to true. More...
 
 anyFalse
 At least one condition has to evaluate to false. More...
 
 anyTrue
 At least one condition has to evaluate to true. More...
 

Detailed Description

Combine modes.

Member Data Documentation

◆ allFalse

Dragengine.BehaviorTreeSystem.BTConditionCombine.Mode.allFalse

All conditions have to evaluate to false.

◆ allTrue

Dragengine.BehaviorTreeSystem.BTConditionCombine.Mode.allTrue

All conditions have to evaluate to true.

◆ anyFalse

Dragengine.BehaviorTreeSystem.BTConditionCombine.Mode.anyFalse

At least one condition has to evaluate to false.

◆ anyTrue

Dragengine.BehaviorTreeSystem.BTConditionCombine.Mode.anyTrue

At least one condition has to evaluate to true.


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