Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Execute am C++ expression on the input parameters and store the result inside the blackboard key provided. 

Examples:


Success:  When the expression returns SUCCESS.

Failure: When the expression returns FAILURE, or there are some errors while compiling the expression.

Running: When the expression returns RUNNING.


Attributes

Attributes
Type
Description
input0metainput 0 - please use input0 inside the expression to access its value
input1metainput 1 - please use input1 inside the expression to access its value
...meta...
input5metaInput 5 - please use input5 inside the expression to access its value
scriptstringMultiline C++ expression
blackboardKeystringBlackboard entry name used to store the result of the expression. Use variable "output" inside the expression to write to this blackboard.
  • No labels