NodeServer.broadcast

Broadcasts a message in every registered group and their worlds` calling the world's broadcast method.

  1. void broadcast(ubyte[] payload)
  2. void broadcast(string message)
    class NodeServer
    shared
    void
    broadcast
    (
    string message
    )

Meta