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.
-
"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.