create_function_call_from_definition
Create a new MDL function call.
arguments
- "arguments" : Map
The arguments of the created function call. The type of each argument must match that defined by the function definition. A function or material can be connected to a given argument by providing an object with a "call" key. It's value must be another object with a "name" key giving the function or material name to connect and an optional "field" key.
- "function_definition_name" : String
The name of the function definition to create an instance of.
- "function_name" : String
The name of the created function call.
- "privacy_level" : Uint8 (default: null)
The privacy level to create the function at. [0...255]. If not provided uses the current scopes privacy level.
return value
StringEmpty string on success or warning messages.