NodeServer.removeWorldGroup

Creates a group with the given name and adds the given world.

  1. bool removeWorldGroup(uint groupId)
  2. bool removeWorldGroup(GroupInfo group)
    class NodeServer
    shared synchronized
    bool
    removeWorldGroup
    ()

Examples

server.addWorld("test");

Meta