Drag[en]gine Script Module DragonScript  1.23
Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt Class Reference

Behavior tree condition evaluating an integer parameter table entry. More...

Inheritance diagram for Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt:
Dragengine.BehaviorTreeSystem.BTCondition

Classes

enum  Operator
 Compare operator. More...
 

Public Member Functions

bool evaluateCondition (BTContext context, Dictionary parameters)
 Evaluate condition. More...
 
int getCompareValue ()
 Default compare against value. More...
 
int getDefaultValue ()
 Default value if entry to compare is not null. More...
 
ParameterTableEntry getEntry ()
 Parameter table entry to compare. More...
 
ParameterTableEntry getEntryCompareValue ()
 Parameter table entry to compare against. More...
 
Operator getOperator ()
 Compare operator from eOperators. More...
 
String getParameterNameCompareValue ()
 Use named parameter as source of compare value if not null. More...
 
BTConditionParameterTableInt negated ()
 Create condition testing the exact opposite. More...
 
BTConditionParameterTableInt new (ParameterTableEntry entry, int defaultValue, Operator operator, int compareValue)
 Create condition. More...
 
BTConditionParameterTableInt new (ParameterTableEntry entry, int defaultValue, Operator operator, int compareValue, String parameterNameCompareValue)
 Create condition. More...
 
BTConditionParameterTableInt new (ParameterTableEntry entry, int defaultValue, Operator operator, ParameterTableEntry entryCompareValue, int compareValue, String parameterNameCompareValue)
 Create condition. More...
 
void setCompareValue (int compareValue)
 Set default compare against value. More...
 
void setDefaultValue (int defaultValue)
 Set default value if entry to compare is not null. More...
 
void setEntry (ParameterTableEntry entry)
 Set parameter table entry to compare. More...
 
void setEntryCompareValue (ParameterTableEntry entry)
 Set parameter table entry to compare against. More...
 
void setOperator (Operator operator)
 Set compare operator from eOperators. More...
 
void setParameterNameCompareValue (String name)
 Use named parameter as source of compare value if not null. More...
 

Public Attributes

int pCompareValue
 
int pDefaultValue
 
ParameterTableEntry pEntry
 
ParameterTableEntry pEntryCompareValue
 
Operator pOperator
 
String pParameterNameCompareValue
 

Detailed Description

Behavior tree condition evaluating an integer parameter table entry.

Compares the value of a parameter table entry against a static value or another parameter table entry.

Member Function Documentation

◆ evaluateCondition()

bool Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.evaluateCondition ( BTContext  context,
Dictionary  parameters 
)

Evaluate condition.

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

◆ getCompareValue()

int Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.getCompareValue ( )

Default compare against value.

◆ getDefaultValue()

int Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.getDefaultValue ( )

Default value if entry to compare is not null.

◆ getEntry()

ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.getEntry ( )

Parameter table entry to compare.

◆ getEntryCompareValue()

ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.getEntryCompareValue ( )

Parameter table entry to compare against.

◆ getOperator()

Operator Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.getOperator ( )

Compare operator from eOperators.

◆ getParameterNameCompareValue()

String Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.getParameterNameCompareValue ( )

Use named parameter as source of compare value if not null.

◆ negated()

BTConditionParameterTableInt Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.negated ( )

Create condition testing the exact opposite.

◆ new() [1/3]

BTConditionParameterTableInt Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.new ( ParameterTableEntry  entry,
int  defaultValue,
Operator  operator,
int  compareValue 
)

Create condition.

◆ new() [2/3]

BTConditionParameterTableInt Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.new ( ParameterTableEntry  entry,
int  defaultValue,
Operator  operator,
int  compareValue,
String  parameterNameCompareValue 
)

Create condition.

◆ new() [3/3]

BTConditionParameterTableInt Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.new ( ParameterTableEntry  entry,
int  defaultValue,
Operator  operator,
ParameterTableEntry  entryCompareValue,
int  compareValue,
String  parameterNameCompareValue 
)

Create condition.

◆ setCompareValue()

void Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.setCompareValue ( int  compareValue)

Set default compare against value.

◆ setDefaultValue()

void Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.setDefaultValue ( int  defaultValue)

Set default value if entry to compare is not null.

◆ setEntry()

void Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.setEntry ( ParameterTableEntry  entry)

Set parameter table entry to compare.

◆ setEntryCompareValue()

void Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.setEntryCompareValue ( ParameterTableEntry  entry)

Set parameter table entry to compare against.

◆ setOperator()

void Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.setOperator ( Operator  operator)

Set compare operator from eOperators.

◆ setParameterNameCompareValue()

void Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.setParameterNameCompareValue ( String  name)

Use named parameter as source of compare value if not null.

Member Data Documentation

◆ pCompareValue

int Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.pCompareValue

◆ pDefaultValue

int Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.pDefaultValue

◆ pEntry

ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.pEntry

◆ pEntryCompareValue

ParameterTableEntry Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.pEntryCompareValue

◆ pOperator

Operator Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.pOperator

◆ pParameterNameCompareValue

String Dragengine.BehaviorTreeSystem.BTConditionParameterTableInt.pParameterNameCompareValue

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