com.onlineobject.objectnet Namespace

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

Creates a new lobby with an optional name.

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

Syntax


public ILobby CreateLobby(

	string name

)

Parameters

name
Type: String
The name of the lobby to create.

Return Value

The created lobby instance.