NodeServer.getGroupByName

Gets a world by its name.

class NodeServer
shared @property
shared(GroupInfo)
getGroupByName
(
string name
)

Return Value

Type: shared(GroupInfo)

the WorldInfo of the world with the given name or null if a world with the given name doesn't exists.

Meta