History |
Broadcast (server control)
Minimum version: 4.0
Purpose
Sends a notification to all connected users, like the Admin menu command in the client.
Syntax
ServerControl.Broadcast (Message)
Example
Dim sc as ServerControl
sc.Broadcast ("Annoying dialog box!")
| ||