Gets a node by its name. It can be used to transfer players to it.
auto lobby = server.nodeWithName("lobby"); if(lobby !is null) lobby.transfer(player);
See Implementation
Gets a node by its name. It can be used to transfer players to it.