Method CreateServerWorld
CreateServerWorld(string)
Utility method for creating a new server world.
Can be used in custom implementations of Initialize as well as in your game logic (in particular client/server build)
when you need to create server programmatically (ex: frontend that allow selecting the role or other logic).
Declaration
public static World CreateServerWorld(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The server world name |
Returns
| Type | Description |
|---|---|
| World |