com.onlineobject.objectnet Namespace

NetworkLobbyManager..::..CreateLobby Method (UInt16, String)

Creates a new lobby with a specified ID and name.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public ILobby CreateLobby(

	ushort id,

	string name

)

Parameters

id
Type: UInt16
The ID for the new lobby.
name
Type: String
The name of the lobby to create.

Return Value

The created lobby instance.