Drag[en]gine Script Module DragonScript
1.23
|
State machine condition interface. More...
Public Member Functions | |
bool | evaluateCondition (SMContext context, Dictionary parameters) |
Evaluate condition. More... | |
State machine condition interface.
Conditions are used to choose which transition to run if multiple match the same event.
bool Dragengine.StateMachineSystem.SMCondition.evaluateCondition | ( | SMContext | 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. |
Implemented in Dragengine.StateMachineSystem.SMConditionTrigger, Dragengine.StateMachineSystem.SMConditionParameterTableInt, Dragengine.StateMachineSystem.SMConditionParameterTableFloat, Dragengine.StateMachineSystem.SMConditionParameterTableBool, and Dragengine.StateMachineSystem.SMConditionCombine.