inter-script-communication
event
This event is called to send messages back and forth between scripts.
🔗inter-script-communication.callback
function(
event : string,
sender : string,
receiver : string,
message : string
)
- event - string - The name of the event that triggered the callback.
- sender - string - The name of the module sending the event.
- receiver - string - The name of the module that the event is being sent to or broadcast for all modules.
- message - string - The message intended for the receiving module
🔗inter-script-communication.extra registration parameters
This event has no extra registration parameters.