NoiseFunction :: struct
| parameters | :: array[string] | The order of the parameters matters because functions can also be called with positional arguments. [...] |
The order of the parameters matters because functions can also be called with positional arguments. [...] | ||
| expression | :: NoiseExpression | |
| local_expressions optional | :: dictionary[string → NoiseExpression] | A map of expression name to expression. [...] |
A map of expression name to expression. [...] | ||
| local_functions optional | :: dictionary[string → NoiseFunction] | A map of function name to function. [...] |
A map of function name to function. [...] | ||


