GroupInfo

Generic informations about a group of worlds.

Constructors

this
this(string name)
Undocumented in source.

Members

Variables

defaultWorld
WorldInfo defaultWorld;

Group's default world.

id
uint id;

Group's id. It is unique on the node.

name
string name;

World's name, which is given by the user who creates the world. It is unique in the node and every world in the same group has the same name.

tid
Tid tid;

Thread where the group exists.

worlds
shared(WorldInfo)[uint] worlds;

Worlds in the group.

Meta