<ExpressionNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » ExpressionNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetLastResultInternal use only.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
stringCodeGets or sets the code to be evaluated by the ExpressionNode.
int32EnabledDynamic code evaluation is enabled if this value is true.
int32LanguageGets or sets the language the expression will compile. Refers to the CodeLanguage enumeration.
stringTypeGets or sets the return type. Value must be "int32" at present.