C# Script

Element executing a script in C#

Properties

- Expression: [String] Expression that returns the script text

- Script: [String] Script text

- Result: [T] Variable for saving script execution results

- Update variables: [Boolean] Update variables, used in script. If true, return command is forbidden

Last updated