NodeServer.broadcast

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

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

Meta