com.onlineobject.objectnet Namespace

NetworkManager..::..RegisterNetworkPlayer Method (IClient)

Registers a new network player for a given client and assigns a unique player ID.

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

Syntax


public IPlayer RegisterNetworkPlayer(

	IClient client

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The client associated with the new player.

Return Value

The newly registered player.