API Reference
This section contains documentation for every Synapse X custom function, examples of how to use them, and notes for using the functions.
Please note some generic type information before going into the documentation:
union<T, X>
refers to functions that can return more then 1 type for that specific argument/return value.
?
refers to optional parameters. Example: <bool?>
<void>
refers to functions with no return results (as in other languages)
variant
refers to parameters/return values that could be any type.
...
refers to variable amounts of parameters/return values.
Jump to environment functions.