|
Drag[en]gine Script Module DragonScript 1.32.1
|
Behavior tree condition evaluating a floating point parameter table entry. More...
Classes | |
| enum | Operator |
| Compare operator. More... | |
Public Member Functions | |
| bool | evaluateCondition (BTContext context, Dictionary parameters) |
| Evaluate condition. | |
| float | getCompareValue () |
| Default compare against value. | |
| float | getDefaultValue () |
| Default value if entry to compare is not null. | |
| ParameterTableEntry | getEntry () |
| Parameter table entry to compare. | |
| ParameterTableEntry | getEntryCompareValue () |
| Parameter table entry to compare against. | |
| Operator | getOperator () |
| Compare operator from eOperators. | |
| String | getParameterNameCompareValue () |
| Use named parameter as source of compare value if not null. | |
| float | getThreshold () |
| Threshold value. | |
| BTConditionParameterTableFloat | negated () |
| Create condition testing the exact opposite. | |
| BTConditionParameterTableFloat | new (ParameterTableEntry entry, float defaultValue, Operator operator, float compareValue) |
| Create condition. | |
| BTConditionParameterTableFloat | new (ParameterTableEntry entry, float defaultValue, Operator operator, float compareValue, String parameterNameCompareValue) |
| Create condition. | |
| BTConditionParameterTableFloat | new (ParameterTableEntry entry, float defaultValue, Operator operator, ParameterTableEntry entryCompareValue, float compareValue, String parameterNameCompareValue) |
| Create condition. | |
| void | setCompareValue (float compareValue) |
| Set default compare against value. | |
| void | setDefaultValue (float defaultValue) |
| Set default value if entry to compare is not null. | |
| void | setEntry (ParameterTableEntry entry) |
| Set parameter table entry to compare. | |
| void | setEntryCompareValue (ParameterTableEntry entry) |
| Set parameter table entry to compare against. | |
| void | setOperator (Operator operator) |
| Set compare operator from eOperators. | |
| void | setParameterNameCompareValue (String name) |
| Use named parameter as source of compare value if not null. | |
| void | setThreshold (float threshold) |
| Set threshold value. | |
Public Attributes | |
| float | pCompareValue |
| float | pDefaultValue |
| ParameterTableEntry | pEntry |
| ParameterTableEntry | pEntryCompareValue |
| Operator | pOperator |
| String | pParameterNameCompareValue |
| float | pThreshold |
Behavior tree condition evaluating a floating point parameter table entry.
Compares the value of a parameter table entry against a static value or another parameter table entry. A threshold is used for the compare operations defaulting to 0.0001.
| bool Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.evaluateCondition | ( | BTContext | context, |
| Dictionary | parameters | ||
| ) |
Evaluate condition.
| parameters | Dictionary with parameters of type String key and String value. Do not change the content of the dictionary as it is shared. |
Implements Dragengine.BehaviorTreeSystem.BTCondition.
| float Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.getCompareValue | ( | ) |
Default compare against value.
| float Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.getDefaultValue | ( | ) |
Default value if entry to compare is not null.
| ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.getEntry | ( | ) |
Parameter table entry to compare.
| ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.getEntryCompareValue | ( | ) |
Parameter table entry to compare against.
| Operator Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.getOperator | ( | ) |
Compare operator from eOperators.
| String Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.getParameterNameCompareValue | ( | ) |
Use named parameter as source of compare value if not null.
| float Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.getThreshold | ( | ) |
Threshold value.
| BTConditionParameterTableFloat Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.negated | ( | ) |
Create condition testing the exact opposite.
| BTConditionParameterTableFloat Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.new | ( | ParameterTableEntry | entry, |
| float | defaultValue, | ||
| Operator | operator, | ||
| float | compareValue | ||
| ) |
Create condition.
| BTConditionParameterTableFloat Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.new | ( | ParameterTableEntry | entry, |
| float | defaultValue, | ||
| Operator | operator, | ||
| float | compareValue, | ||
| String | parameterNameCompareValue | ||
| ) |
Create condition.
| BTConditionParameterTableFloat Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.new | ( | ParameterTableEntry | entry, |
| float | defaultValue, | ||
| Operator | operator, | ||
| ParameterTableEntry | entryCompareValue, | ||
| float | compareValue, | ||
| String | parameterNameCompareValue | ||
| ) |
Create condition.
| void Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.setCompareValue | ( | float | compareValue | ) |
Set default compare against value.
| void Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.setDefaultValue | ( | float | defaultValue | ) |
Set default value if entry to compare is not null.
| void Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.setEntry | ( | ParameterTableEntry | entry | ) |
Set parameter table entry to compare.
| void Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.setEntryCompareValue | ( | ParameterTableEntry | entry | ) |
Set parameter table entry to compare against.
| void Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.setOperator | ( | Operator | operator | ) |
Set compare operator from eOperators.
| void Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.setParameterNameCompareValue | ( | String | name | ) |
Use named parameter as source of compare value if not null.
| void Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.setThreshold | ( | float | threshold | ) |
Set threshold value.
| float Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.pCompareValue |
| float Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.pDefaultValue |
| ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.pEntry |
| ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.pEntryCompareValue |
| Operator Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.pOperator |
| String Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.pParameterNameCompareValue |
| float Dragengine.BehaviorTreeSystem.BTConditionParameterTableFloat.pThreshold |