Method StoreWorld
StoreWorld(World)
Stores NetworkDriver and Connection data for migration of a specific world.
Declaration
public int StoreWorld(World sourceWorld)
Parameters
Type | Name | Description |
---|---|---|
World | sourceWorld | The world we want to store. |
Returns
Type | Description |
---|---|
int | A ticket that can be used to retrieve the stored NetworkDriver data. |
Remarks
Only entities with the type NetworkStreamConnection
are migrated over to the new World.