com.onlineobject.objectnet Namespace

NetworkLobbyManager..::..RegisterPlayer Method

Registers a player to a lobby.

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

Syntax


public void RegisterPlayer(

	ushort lobbyId,

	IPlayer player

)

Parameters

lobbyId
Type: UInt16
The ID of the lobby to register the player to.
player
Type: com.onlineobject.objectnet..::..IPlayer
The player to register.