Expression.parse

Parses the expression and returns an error code. You can optionally specify names of variables that may appear in the expression with input_names, so that you can bind them when it gets executed.

struct Expression
@nogc nothrow
GodotError
parse
(
in String expression
,
in PoolStringArray input_names = PoolStringArray.init
)

Meta