NodeServer.getWorldByName

Gets a world by its name.

class NodeServer
shared @property
shared(WorldInfo)
getWorldByName
(
string name
)

Return Value

Type: shared(WorldInfo)

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

Meta