constant-string

xod/core/constant-string

A predefined text string that never changes in runtime. Non-ASCII characters are encoded in UTF-8.
constant-string
@/constant-string
A predefined text string that never changes in runtime. Non-ASCII characters are encoded in UTF-8.
constant-string
VAL
VALstring

C++ implementation

node {
    void evaluate(Context ctx) {}
}