IConditionEvaluatorEvaluate Method

Called to evaluate the underlying condition script.

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
bool Evaluate(
	IBaseScriptMethodProvider aMethodProvider,
	IGlobalVariables aGlobalVariables = null
)

Parameters

aMethodProvider  IBaseScriptMethodProvider
A method provider to pass the correct method implementations to be used when evaluating this script.
aGlobalVariables  IGlobalVariables  (Optional)
The used global variables state that could potentially be modified after script execution.

Return Value

Boolean
true if the condition evaluates to true, otherwise false

See Also