Dispatch — Server
GetResourceName
Returns the dispatch resource name.
local name = Bridge.Dispatch.GetResourceName()
-- Returns: string (always "default")Description:
Returns the name of the Dispatch module resource. Used for internal identification. Always returns "default" for the built-in Dispatch module.
SendAlert
Sends a dispatch alert from the server.
Bridge.Dispatch.SendAlert(data)The data format is the same as the client version.