...
name
of the target component. This component must be running.data
you need to send to the target component function. This is placed sent directly to the called function in the target component’s queuecomponent. If you target component is busy, this can take additional time to execute. To pass multiple data arguments, serialize a lua table to JSON.func
name of the target component function.async
boolean used to determine whether the current component Lua script should wait until it receives a response from the function that was called or continue immediately. Default is set to false.